NOTE: This is for Linux Machine only.
Install OpenMP
$ sudo apt-get install libomp-dev
Git Clone
$ git clone https://github.com/muzammilmalik01/OpenMP-CPP.git
Compiling
$ g++ -fopenmp your_code.cpp -o your_executable
Executing
$ ./your_executable