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.
-fopenmp
The runtime OpenMP library (libgomp) is included in the $LD_LIBRARY_PATH, which is set at the point you module load GCC.
libgomp
$LD_LIBRARY_PATH
module load GCC
Back to software
Table of Contents
HPC Service
Main Content Sections
Documentation Tools