openmp-tutorial icon indicating copy to clipboard operation
openmp-tutorial copied to clipboard

OpenMP tutorial

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/