Skip to content

ilyak/openmp-tutorial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OpenMP tutorial for the 2017 MolSSI Summer School

Getting the files

Clone the git repository:

git clone https://github.com/ilyak/openmp-tutorial

Compilation

Adjust CXX (C++ compiler) and CXXFLAGS (compilation flags) in the Makefile if necessary.

To compile individual examples:

make 00-hello
make 01-header-and-env
...

To compile all programs:

make

Useful links

http://www.openmp.org/specifications/

https://computing.llnl.gov/tutorials/openMP/

About

OpenMP tutorial

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published