A 4th year parallel programming computer science class
In this repository you can find the assignments and answers to a parallel programming class I took in my
final year of university. The class had us focus on parallel progamming in C
using the CPU (openMP, PThreads), GPU (CUDA) and distributed computing.
Design and implementation of parallel programs including theoretical computer models,
parallel architectures (distributed, multicore, GPU), and standard parallel libraries.