Hi,
my program compiles fine with -xHost, but the compilation crashes when using -ipo. I am using composer_xe_2013_sp1.0.080. The funny thing is that it does not crash when I compile it on our cluster whit the same compiler version, it crashes only on my local machine (which is more 'powerful' than the blade on the cluster).
The compile command is
ifort -I"/usr/local/intel/composer_xe_2013_sp1.0.080/mkl/include/intel64/lp64" -I"/usr/local/intel/composer_xe_2013_sp1.0.080/mkl/include" -openmp -fp-model fast=2 -check none -c -assume realloc_lhs -no-prec-div -xHost -ipo -o
The error output is:
ipo remark #11000: performing multi-file optimizations
ipo-1: remark #11006: generating object file /tmp/ipo_ifortMx0O8K1.o
ipo-2: remark #11006: generating object file /tmp/ipo_ifortMx0O8K2.o
ipo-3: remark #11006: generating object file /tmp/ipo_ifortMx0O8K3.o
ipo-4: remark #11006: generating object file /tmp/ipo_ifortMx0O8K4.o
010101_0
fortcom: Severe: **Internal compiler error: internal abort** Please report this error along with the circumstances in which it occurred in a Software Problem Report. Note: File and line given may not be explicit cause of this error.
ipo-4: error #11005: multi-object compilation 3 returned error status 3
ifort: error #10014: problem during multi-file optimization compilation (code 3)
make: *** [epss4] Error 3
Any idea?