Enables the parallelizer to generate multi-threaded code based on the OpenMP* directives.
Linux: Language > Process OpenMP Directives
IA-32, IntelŪ EM64T, IntelŪ ItaniumŪ architecture
Linux: | -openmp |
Windows: | /Qopenmp |
None
OFF | No OpenMP multi-threaded code is generated by the compiler. |
This option enables the parallelizer to generate multi-threaded code based on the OpenMP* directives. The code can be executed in parallel on both uniprocessor and multiprocessor systems.
This option works with any optimization level. Specifying no optimization (-O0 on Linux or /Od on Windows) helps to debug OpenMP applications.
None