- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
Link Copied
2 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Steve,
I will do that.
Thanks, Chad

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page