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.

Qipo Compiler flag

cneufeld
Beginner
532 Views

Dear list,

My question concerns the /Qipo compiler flag. It seems that IVF does not detect multiple subroutines of the same name when using the /Qipo flag. When the flag is not used, IVF does detect subroutines with the same name.

Is itpossible to get IVF to recognize multiple subroutines with the same name while using the /Qipo switch.

ifort /O3 /QaxP testprogram.f90 subs.f90 (this does detect the problem)
ifort /O3 /Qipo /QaxP testprogam.f90 subs.f90 (does not detect the problem)

I have IVF version 9.1.0.33. An example is attached

Thanks, Chad

0 Kudos
2 Replies
Steven_L_Intel1
Employee
532 Views
It's not the compiler but the linker that is doing the "detection", but whether or not this can be seen depends on just how you build the application But perhaps there's something we could do. Please file a Feature Request with Intel Premier Support about this.
0 Kudos
cneufeld
Beginner
532 Views

Hi Steve,

I will do that.

Thanks, Chad

0 Kudos
Reply