Intel® Fortran Compiler XE 13.1 User and Reference Guides
Initializes to zero all local scalar variables of intrinsic type INTEGER, REAL, COMPLEX, or LOGICAL that are saved but not yet initialized.
Windows: Data > Initialize Local Saved Scalars to Zero
Linux: None
OS X: Data > Initialize Local Saved Scalars to Zero
All
Linux and OS X: | -zero -nozero |
Windows: | /Qzero /Qzero- |
None
-nozero or /Qzero- |
Local scalar variables are not initialized to zero. |
This option initializes to zero all local scalar variables of intrinsic type INTEGER, REAL, COMPLEX, or LOGICAL that are saved but not yet initialized.
Use -save (Linux* OS and OS X*) or /Qsave (Windows* OS) on the command line to make all local variables specifically marked as SAVE.
None