Skip to content

Speeding up serial C++ programs using OpenMP multi threaded solutions.

License

Notifications You must be signed in to change notification settings

muzammilmalik01/OpenMP-CPP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Speeding up serial C++ programs using OpenMP multi threaded solutions.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages