Skip to content

Program coded in C++ language to solve the consensus problem between multiple threads using OpenMP

Notifications You must be signed in to change notification settings

SameetAsadullah/Consensus-Problem-Using-OpenMP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

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

About

Program coded in C++ language to solve the consensus problem between multiple threads using OpenMP

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages