Skip to content

University Course - Improve program performance by making them run on clusters / many cores and analyze their behaviour.

Notifications You must be signed in to change notification settings

andrewdownie/CIS3090-ParallelProgramming

Repository files navigation

(This project was moved from bitbucket.org)

CIS3090 - Parallel Programming

Andrew Downie - University of Guelph - 2015 Fall Semester

The general idea of this course was to write two versions of a program: a serial and a parallel version. Then to compare the serial programs performance vs. the parallel programs performance and figure out how to make the parallel program run faster. This involved studying parallel algorithms and understanding what happens at the hardware level that could impede parallel program performance (most notably memory sharing).

About

University Course - Improve program performance by making them run on clusters / many cores and analyze their behaviour.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published