Intel® C++ Compiler XE 13.1 User and Reference Guides
Controls the OpenMP* parallelizer's level of diagnostic messages.
Windows: None
Linux: Compilation Diagnostics > OpenMP Report
OS X: Diagnostics > OpenMP Report
All
Linux and OS X: | -openmp-report[=n] |
Windows: | /Qopenmp-report[:n] |
n |
Is the level of diagnostic messages to display. Possible values are:
|
-openmp-report=1 |
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* OS and OS X*) or /Qopenmp (Windows* OS).
If this option is specified on the command line, the report is sent to stdout.
None