Skip to content

Latest commit

 

History

History
14 lines (13 loc) · 488 Bytes

File metadata and controls

14 lines (13 loc) · 488 Bytes

Parallel-and-Distributed-Computing-Lab

This consists of the lab tasks performed under Parallel and Distributed Computing course mostly in C using OpenMP and MPI

The Lab exercises are as follows:

  1. OpenMP Basics
  2. Parallel and Serial Computation Comparison
  3. Private and Shared Constructs
  4. Critical Construct and Reduction Clause
  5. Master Worker Search Engine
  6. Producer Consumer using OpenMP
  7. Java RMI
  8. MPI Basics
  9. MPI Basics 2
  10. Syncronization using MPI Primatives