Intel® Fortran Compiler Classic and Intel® Fortran Compiler Developer Guide and Reference
A newer version of this document is available. Customers should click here to go to the newest version.
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.
Linux: |
-scalar-rep -no-scalar-rep |
macOS: |
-scalar-rep -no-scalar-rep |
Windows: |
/Qscalar-rep /Qscalar-rep- |
None
-scalar-rep |
Scalar replacement is performed during loop transformation at optimization levels of O2 and above. |
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.
None