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

Problems with Optimization

ecruzs12
Beginner
455 Views
Hi!, I recently upgraded to version 9 of intel fortran compiler,

Intel Fortran Compiler for 32-bit applications, Version 9.0 Build 20050430Z Package ID: l_fc_p_9.0.021

And now I have some troubles when optimizing applications, I have the next message

IPO link: can not find "("
ifort: error: problem during multi-file optimization compilation (code 1)

So if I dissable Optimizations, this message is gone...

I read in C++ forum they have the same problem, and that it can be a bug...

Do you have any update for that?
0 Kudos
2 Replies
kuhlman
Beginner
455 Views
I have this same error with code that compiled fine using ifort8.1, but I get it whether I have optimizations on or off (and in neither case am I actually specifying ipo optimizations).
0 Kudos
Steven_L_Intel1
Employee
455 Views
Please submit an issue to Intel Premier Support. I've seen it reported, mainly against Fedora Core 4, an unsupported distribution, and I don't know if there's a solution. If you report it, you'll get the appropriate assistance.
0 Kudos
Reply