Visible to Intel only — GUID: GUID-F2BA1255-C872-4255-AAAF-B15DBE7F7625
Visible to Intel only — GUID: GUID-F2BA1255-C872-4255-AAAF-B15DBE7F7625
save, Qsave
Causes variables to be placed in static memory.
Linux: |
-save |
macOS: |
-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 the default changes to option auto if one of the following options are specified:
|
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 auto.
Visual Studio: Data > Local Variable Storage
Linux and macOS: -noauto
Windows: /noauto, /4Na