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

problem during multi-file IPO

rkbhai
Beginner
370 Views

Hi,

I am trying to use /Qipo option along with other optimization flags. After several hours of compilation, it give me following error at the linking level.

IPO: performing multi-file optimizations

Link: error: problem during multi-file optimization compilation (code -1073741819)

is there a conflict with using /Qipo along with any other optimizations flags?

regards,

rajesh

0 Kudos
3 Replies
Steven_L_Intel1
Employee
370 Views
One problem I know is if you try to specify the name of the object file... What options are you using?
0 Kudos
rkbhai
Beginner
370 Views

I am usingfollowing flags:

/Zi /fast /Ob2 /QaxW /QxW /Qunroll4 /Qparallel /Qipo /Qscalar_rep

thanks,rajesh

0 Kudos
Steven_L_Intel1
Employee
370 Views
I suggest submitting a test case to Intel Premier Support.
0 Kudos
Reply