OpenMP

Unlike other software, OpenMP is not a module on Comet. Instead OpenMP is part of GCC.

To use OpenMP functionality in your code and link in the GNU OpenMP runtime components, compile your code by adding the following flag to gcc: -fopenmp.

The runtime OpenMP library (libgomp) is included in the $LD_LIBRARY_PATH, which is set at the point you module load GCC.


Back to software