Causes variables to be placed in static memory.
Windows: Data > Local Variable Storage
Linux: None
Mac OS X: Data > Local Variable Storage
IA-32, Intel® 64, IA-64 architectures
Linux and Mac OS X: | -save |
Windows: | /Qsave |
None
-auto-scalar |
Scalar variables of intrinsic types INTEGER, REAL, COMPLEX, and LOGICAL are allocated to the run-time stack. Note that if option recursive, -openmp (Linux and Mac OS X), or /Qopenmp (Windows) is specified, the default is -automatic (Linux) or /Qauto (Windows). |
This option saves all variables in static allocation except local variables within a recursive routine and variables declared as AUTOMATIC.
If you want all local, non-SAVEd variables to be allocated to the run-time stack, specify option automatic.
Linux and Mac OS X: -noautomatic, -noauto
Windows: /noautomatic, /noauto, /4Na