Consensus Problem using OpenMP Description Program coded in C++ language to solve the Consensus Problem between Multiple Threads using OpenMP. Manual Use following command to Compile the Code: mpic++ -fopenmp main.cpp -o main Use following commands to Execute the Code: ./main Working Screenshot