A collection of parallel programming practice.
Test 1: Matrix multiplication and cache missing rate analysis under different method of iteration.
Test 2: Matrix multiplication by block.
Test 3: Parallel version of the Sieve of Eratosthenes using both MPI and POSIX