https://github.com/sameetasadullah/consensus-problem-using-openmp
Program coded in C++ language to solve the consensus problem between multiple threads using OpenMP
https://github.com/sameetasadullah/consensus-problem-using-openmp
consensus-problem cpp linux openmp openmp-parallelization ubuntu
Last synced: 11 months ago
JSON representation
Program coded in C++ language to solve the consensus problem between multiple threads using OpenMP
- Host: GitHub
- URL: https://github.com/sameetasadullah/consensus-problem-using-openmp
- Owner: SameetAsadullah
- Created: 2022-08-14T19:11:09.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-08-14T19:19:00.000Z (over 3 years ago)
- Last Synced: 2025-01-21T17:51:08.389Z (about 1 year ago)
- Topics: consensus-problem, cpp, linux, openmp, openmp-parallelization, ubuntu
- Language: C++
- Homepage:
- Size: 79.1 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
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