Visible to Intel only — GUID: GUID-151EF3C4-EE4D-43F4-9593-58A2FF65709D
Visible to Intel only — GUID: GUID-151EF3C4-EE4D-43F4-9593-58A2FF65709D
scalar-rep, Qscalar-rep
Enables or disables the scalar replacement optimization done by the compiler as part of loop transformations. This feature is only available for ifort.
Syntax
Linux: |
-scalar-rep -no-scalar-rep |
macOS: |
-scalar-rep -no-scalar-rep |
Windows: |
/Qscalar-rep /Qscalar-rep- |
Arguments
None
Default
-scalar-rep |
Scalar replacement is performed during loop transformation at optimization levels of O2 and above. |
Description
This option enables or disables the scalar replacement optimization done by the compiler as part of loop transformations. This option takes effect only if you specify an optimization level of O2 or higher.
IDE Equivalent
Alternate Options
None