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

ifort 15: Internal compiler error

AShte
Beginner
233 Views

ifort -c -coarray cgca_m1co.f90

ifort -c -coarray -debug full -free -fPIC -warn all  cgca_m2stat.f90
cgca_m2stat.f90: catastrophic error: **Internal compiler error: segmentation violation signal raised** 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.
compilation aborted for cgca_m2stat.f90 (code 1)
make: *** [cgca_m2stat.o] Error 1

ifort --version
ifort (IFORT) 15.0.0 20140723

the files:

http://sourceforge.net/p/cgpack/code/HEAD/tree/head/cgca_m2stat.f90

http://sourceforge.net/p/cgpack/code/HEAD/tree/head/cgca_m1co.f90

 

With some time I can narrow it down. For now, please confirm

you're getting this error too.

Thanks

Anton

0 Kudos
2 Replies
Steven_L_Intel1
Employee
233 Views

I can reproduce this with 15.0.0, but not with 15.0.2. Please install the latest update.

0 Kudos
AShte
Beginner
233 Views

Steve, thank you, I was able to upgrade and the problem has gone.
 

0 Kudos
Reply