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.
qopt-mem-layout-trans, Qopt-mem-layout-trans
Controls the level of memory layout transformations performed by the compiler.
Syntax
Linux:  |  
      -qopt-mem-layout-trans[=n] -qno-opt-mem-layout-trans  |  
     
Windows:  |  
      /Qopt-mem-layout-trans[:n] /Qopt-mem-layout-trans-  |  
     
Arguments
n  |  
      Is the level of memory layout transformations. Possible values are: 
  |  
     
Default
-qopt-mem-layout-trans=0 or /Qopt-mem-layout-trans:0  |  
      No memory layout transformations are performed.  |  
     
Description
This option controls the level of memory layout transformations performed by the compiler. This option can improve cache reuse and cache locality.
Product and Performance Information  |  
       
|---|
Performance varies by use, configuration and other factors. Learn more at www.Intel.com/PerformanceIndex. Notice revision #20201201  |  
       
IDE Equivalent
Alternate Options
None