Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 405 Bytes

File metadata and controls

9 lines (6 loc) · 405 Bytes

OpenMP, pthreads, SSE 4.2, MPI - Usage examples

Different ways of parallelizing serial C code - Parallel Computer Architecture coursework @ Technical University of Crete.

  1. OpenMP and pthreads:

    Serial code: Hamming distance calculation. 3 ways of parallelization, all implemented both with OpenMP and pthreads.

  2. SSE 4.2 and MPI:

    Serial code: omega statistic calculation for DNA sequences.