Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 792 Bytes

File metadata and controls

22 lines (15 loc) · 792 Bytes

TUC_Parallel_Computer_Architecture

Two different projects implemented for the purposes of the course Parallel Computer Architecture. In order to test both projects results download folder and execute run.sh

Smith Waterman

In our project implementation the following are covered:

  • Smith-Waterman algorithm implemented in C
  • Pthread implementation fine grained granularity
  • Pthread implementation coarse grained granularity
  • OpenMP implementation fine grained granularity
  • OpenMP implementation coarse grained granularity

Omega Statistics

In our project implementation the following are covered:

  • Parallel SSE implementation
  • Parallel SSE, Pthreads implementation
  • Parallel SSE, Pthreads and MPI implementation
  • Parallel SSE implementation with different memory layouts