An open API service indexing awesome lists of open source software.

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

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