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-B797F682-33D0-48EA-A82D-9AF84CAB30D9
Visible to Intel only — GUID: GUID-B797F682-33D0-48EA-A82D-9AF84CAB30D9
qopt-block-factor, Qopt-block-factor
Lets you specify a loop blocking factor. This feature is only available for ifort.
Syntax
Linux: |
-qopt-block-factor=n |
macOS: |
-qopt-block-factor=n |
Windows: |
/Qopt-block-factor:n |
Arguments
n |
Is the blocking factor. It must be an integer. The compiler may ignore the blocking factor if the value is 0 or 1. |
Default
OFF |
The compiler uses default heuristics for loop blocking. |
Description
This option lets you specify a loop blocking factor.
IDE Equivalent
Alternate Options
None