Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
29276 Discussions

IVF 10 does not initialize variables to zero?

mhovers
Beginner
413 Views
How do I set a flag using MVS and IVF 10 to initialize all variables to zero?
0 Kudos
1 Reply
TimP
Honored Contributor III
413 Views
You might want to use the search window to see what Steve Lionel has said about this subject. If you set /Qsave /Qzero (for source files which don't use /Qopenmp, /Qparallel, or recursion), you may come closer to your goal. /Qsave has the effect of declaring all variables with SAVE, and matches a default for CVF.
0 Kudos
Reply