Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 334 Bytes

README.md

File metadata and controls

22 lines (18 loc) · 334 Bytes

Installation on Local Machine

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