Translations:OpenMP/7/en

From Alliance Doc
Jump to navigation Jump to search

Compilation

For the majority of compilers, compiling an OpenMP program is done by simply adding a command-line option to the compilation flags. For the GNU compilers (GCC), it is -fopenmp, but for Intel it is -openmp. For other compilers, please refer to their documentation.