Controls the OpenMP* parallelizer's level of diagnostic messages.
Windows: Compilation Diagnostics > OpenMP Diagnostic Level
Linux: None
Mac OS X: Compiler Diagnostics > OpenMP Report
IA-32, Intel® 64, IA-64 architectures
Linux and Mac OS X: | -openmp-report[n] |
Windows: | /Qopenmp-report[n] |
n |
Is the level of diagnostic messages to display. Possible values are:
|
-openmp-report1 |
If you do not specify n, the compiler displays diagnostic messages indicating loops, regions, and sections successfully parallelized. If you do not specify the option on the command line, the default is to display no messages. |
This option controls the OpenMP* parallelizer's level of diagnostic messages. To use this option, you must also specify -openmp (Linux and Mac OS X) or /Qopenmp (Windows).
If this option is specified on the command line, the report is sent to stdout.
On Windows systems, if this option is specified from within the IDE, the report is included in the build log if the Generate Build Logs option is selected.
None
Optimizing Applications:
Using Parallelism
OpenMP* Report