Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.
29284 Discussions

IVF 10 does not initialize variables to zero?

mhovers
Beginner
420 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
420 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