/TUC_Parallel_Computer_Architecture

Projects implemented for the purposes of the course Parallel Computer Architecture

Primary LanguageC

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