Controls the autoparallelizer's level of diagnostic messages.
Windows: None
Linux: Compilation Diagnostics > Auto-Parallelizer Report
Mac OS: Diagnostics > Auto-Parallelizer Report
IA-32, IntelŪ EM64T, IntelŪ ItaniumŪ architecture
Linux and Mac OS: | -par-report[n] |
Windows: | /Qpar-report[n] |
n | Is the level of diagnostic messages to display. Possible values are: | |
0 | No diagnostic messages are displayed. | |
1 | Diagnostic messages are displayed indicating loops successfully auto-parallelized. The compiler also issues a "LOOP AUTO-PARALLELIZED" message for parallel loops. | |
2 | Diagnostic messages are displayed indicating loops successfully and unsuccessfully auto-parallelized. | |
3 | The same diagnostic messages are displayed as specified by 2 plus additional information about any proven or assumed dependencies inhibiting auto-parallelization (reasons for not parallelizing). |
/Qpar-report1 |
If you do not specify n, the compiler displays diagnostic messages indicating loops successfully auto-parallelized. If you do not specify the option on the command line, the default is to display no parallel disgnostic messages. |
This option controls the autoparallelizer's level of diagnostic messages. To use this option, you must also specify -parallel (Linux and Mac OS) or /Qparallel (Windows).
If this option is specified on the command line, the report is sent to stdout.
Linux: -par_report
Mac OS: None
Windows: /Qpar_report