Visible to Intel only — GUID: GUID-ECC9AAB3-874B-441B-B474-D4842C9C4A43
Visible to Intel only — GUID: GUID-ECC9AAB3-874B-441B-B474-D4842C9C4A43
guide-data-trans, Qguide-data-trans
Lets you set a level of guidance for data transformation. This feature is only available for ifort.
Syntax
Linux: |
-guide-data-trans[=n] |
macOS: |
-guide-data-trans[=n] |
Windows: |
/Qguide-data-trans[: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 data transformation. |
Description
This option lets you set a level of guidance for data transformation. It causes the compiler to generate messages suggesting ways to improve that optimization.
IDE Equivalent
Alternate Options
None