CS596 Assignment 2: Parallelizing Codes with OpenMP


Due date 4/17/01 at 5pm in class
1. Parallelize the code neighbor.c. Show the timings for 1, 2, and 4 threads.
Solution to Q1 : neighbour.sol.c.
2. Parallelize the code red-black.c. Show the timings for 1, 2, and 4 threads.
Solution to Q2 : red-black.solutions.c.