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

Variable decoration inside FORTRAN MODULE.

invariant-invariant
243 Views

The statements:

MODULE M_IPOS

INTEGER :: NWELLS

compiled with:

/nologo /Zi /Od /fpp /define:IPOSTOOLS /iface:cvf

/module:"Debug/" /object:"Debug/" /traceback

/check:bounds /libs:static /dbglibs /libdir:noauto /c

generates

00000004 C M_IPOS_mp_NWELLS

in IVF-8.0.

The CVF-6.1.A produces

00000c04 B _M_IPOS_mp_NWELLS

Is it possible to insert an underscore before the variable name in IVF-8.0?

Lars Petter Endresen

0 Kudos
0 Replies
Reply