Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 562 Bytes

README.md

File metadata and controls

20 lines (16 loc) · 562 Bytes

Consensus Problem using OpenMP

Description

Program coded in C++ language to solve the Consensus Problem between Multiple Threads using OpenMP.

Manual

  1. Use following command to Compile the Code:

    mpic++ -fopenmp main.cpp -o main
    
  2. Use following commands to Execute the Code:

    ./main
    

Working Screenshot