Intel® Fortran Compiler 16.0 User and Reference Guide
Initializes to zero variables of intrinsic type INTEGER, REAL, COMPLEX, or LOGICAL that are not yet initialized. This is a deprecated option. The replacement option is /Qinit:[no]zero or -init=[no]zero.
Linux and OS X: | -zero -nozero |
Windows: | /Qzero /Qzero- |
None
-nozero or /Qzero- |
Variables are not initialized to zero. |
This option initializes to zero variables of intrinsic type INTEGER, REAL, COMPLEX, or LOGICAL that are not yet initialized.
Use option [Q]save on the command line to make all local variables specifically marked as SAVE.
None