====== OpenMP ====== Unlike other software, **OpenMP** is __not__ a module on Comet. Instead //OpenMP// is part of [[advanced:software:gcc|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''. ---- [[:advanced:software|Back to software]]