Different ways of parallelizing serial C code - Parallel Computer Architecture coursework @ Technical University of Crete.
-
OpenMP and pthreads:
Serial code: Hamming distance calculation. 3 ways of parallelization, all implemented both with OpenMP and pthreads.
-
SSE 4.2 and MPI:
Serial code: omega statistic calculation for DNA sequences.