Intel® C++ Compiler XE 13.1 User and Reference Guides
Controls the diagnostic information reported by the auto-parallelizer.
Windows: None
Linux: Compilation Diagnostics > Auto-Parallelizer Report
OS X: Diagnostics > Auto-Parallelizer Report
All
Linux and OS X: | -par-report[n] |
Windows: | /Qpar-report[n] |
n |
Is a value denoting which diagnostic messages to report. Possible values are:
|
-par-report1 |
If you do not specify n, the compiler displays diagnostic messages for loops successfully auto-parallelized. If you do not specify the option on the command line, the default is to display no messages. |
This option controls the diagnostic information reported by the auto-parallelizer (parallel optimizer). To use this option, you must also specify -parallel (Linux* OS and OS X*) or /Qparallel (Windows* OS).
If this option is specified on the command line, the report is sent to stdout.
None