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.

-zero option

dsauer
Beginner
452 Views
Hi,

I have a code that, for historical reasons, uses a mixture of implicit and explicit variable definitions. If I use the -zero option I get an error from the linker due to multiple definitions for a bunch of variables. It seems like all variables that are declared explicitly in modules and used in routines are declared again in those routines by the -zero option. Is that intended? (I'm using version 8.1-18)

Cheers, Daniel
0 Kudos
1 Reply
Steven_L_Intel1
Employee
452 Views
This was a bug if you had module variables. It should be fixed in the current update.
0 Kudos
Reply