CAS752

CAS752         PARALLEL PROGRAMMING LAB

 

Exercises to implement parallel algorithms using openMP, MPI etc. with CUDA and other architectures.

 

 

  1. Implement a parallel program for selection problem.
  2. Implement a parallel program for merging problem.
  3. Implement a parallel modified quick sort program.
  4. Implement a parallel program for searching problem.
  5. Implement a parallel program for matrix transpose problem.
  6. Implement a parallel program for matrix multiplication problem.
  7. Implement a parallel program for convolution problem in image processing.
  8. Implement a parallel program for finding connected components problem.
  9. Implement a parallel program for all-pairs shortest path problem.
  10. Implement a parallel program for minimum spanning tree problem.