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
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
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