Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 840 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 840 Bytes

Overview

This repo hosts supplementary material for the introduction to parallel computing and parallel algorithm proseminar course at the university of Innsbruck, taught during the summer semester 2018.

The content of the repo will be gradually extended over the course of the semester.

Usage

Students may clone this repository and base their assignments on the provided material. To clone the repository, use

git clone https://github.com/HerbertJordan/uibk_epa_18.git

within your selected target folder. To update a previously cloned repository to retrieve the latest changes, run

git pull origin

within your local working directory.

The material is tested to be operational in RR15. When encountering issues, feel free to submit those through the issue tracker. Fixes, in the form of pull requests are welcome.