Visible to Intel only — GUID: GUID-99F6F9CD-1059-4A09-854D-7E1F30014B2E
Visible to Intel only — GUID: GUID-99F6F9CD-1059-4A09-854D-7E1F30014B2E
guide-par, Qguide-par
Lets you set a level of guidance for auto parallelism. This feature is only available for ifort.
Syntax
Linux: |
-guide-par[=n] |
macOS: |
-guide-par[=n] |
Windows: |
/Qguide-par[:n] |
Arguments
n |
Is an optional value specifying the level of guidance to be provided. The values available are 1 through 4. Value 1 indicates a standard level of guidance. Value 4 indicates the most advanced level of guidance. If n is omitted, the default is 4. |
Default
OFF |
You do not receive guidance about how to improve optimizations for parallelism. |
Description
This option lets you set a level of guidance for auto parallelism. It causes the compiler to generate messages suggesting ways to improve that optimization.
You must also specify the [Q]parallel option to receive auto parallelism guidance.
IDE Equivalent
Alternate Options
None