Intel® Fortran Compiler 17.0 Developer Guide and Reference
Controls the level of memory layout transformations performed by the compiler. Option -qopt-mem-layout-trans is the replacement option for -opt-mem-layout-trans, which is deprecated.
Not available on Intel® 64 architecture targeting the Intel® Xeon Phi™ coprocessor x100 product family (formerly code name Knights Corner)
Linux and macOS: | -qopt-mem-layout-trans[=n] -qno-opt-mem-layout-trans |
Windows: | /Qopt-mem-layout-trans[:n] /Qopt-mem-layout-trans- |
n |
Is the level of memory layout transformations. Possible values are:
|
-qopt-mem-layout-trans=2 or /Qopt-mem-layout-trans:2 |
The compiler performs moderate memory layout transformations. |
This option controls the level of memory layout transformations performed by the compiler. This option can improve cache reuse and cache locality.
Optimization Notice |
---|
Intel's compilers may or may not optimize to the same degree for non-Intel microprocessors for optimizations that are not unique to Intel microprocessors. These optimizations include SSE2, SSE3, and SSSE3 instruction sets and other optimizations. Intel does not guarantee the availability, functionality, or effectiveness of any optimization on microprocessors not manufactured by Intel. Microprocessor-dependent optimizations in this product are intended for use with Intel microprocessors. Certain optimizations not specific to Intel microarchitecture are reserved for Intel microprocessors. Please refer to the applicable product User and Reference Guides for more information regarding the specific instruction sets covered by this notice. Notice revision #20110804 |
None