Controls the diagnostic information reported by the auto-parallelizer.
Windows: None
Linux: Compilation Diagnostics > Auto-Parallelizer Report
Mac OS X: Diagnostics > Auto-Parallelizer Report
IA-32, Intel® 64, IA-64 architectures
Linux and Mac 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 and Mac OS X) or /Qparallel (Windows).
If this option is specified on the command line, the report is sent to stdout.
None