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

Internal compiler error

Steven_L_Intel1
Employee
586 Views
Moved to separate thread

Note - first three replies are in reverse order.
0 Kudos
4 Replies
Michael_Barkhudarov
586 Views

That error message can have many possible, unrelated causes. It is always a compiler bug, but not always the same one! Can you attach a short (if possible) source file that gets this error, along with the command line used to do the compile?

For more information, see the Knowledge Base article Internal Compiler Error


Hi Steve,

I get this error compiling a FORTRAN subroutine with the following options:

Compiling with Intel Visual Fortran 11.1.048 [Intel 64]...

ifort /nologo /O3 /assume:buffered_io /fpp /DWIN32 /DP4 /Qopenmp /warn:none /fp:precise /module:"release/" /object:"release/" /libs:static /threads /4Yportlib /c /MD /extfor:F /Qvc8 /Qlocation,link,"C:Program Files (x86)Microsoft Visual Studio 8VCbinamd64" "D:v9mod5prehydhydr3dgdcat.F"
ifort: command line warning #10212: /fp:precise evaluates in source precision with Fortran.
fortcom: Fatal: There has been an internal compiler error (C0000005).
compilation aborted for D:v9mod5prehydhydr3dgdcat.F (code 1)

I am not sure how to send you the source file on this forum. Let me know please. The full source contains a few hundred files; only one fails like this.

Thanks,

Michael Barkhudarov

0 Kudos
Steven_L_Intel1
Employee
586 Views

Michael,

This error is very generic and can have many possible causes. See the link in my signature below for how to attach a source. Please start a new topic in the forum for this.
0 Kudos
mingkaili
Beginner
586 Views
I meet the same problem in ivf 11.1 for win64. When I try to complie the Siesta-3.0-b, which you can get from http://www.icmab.es/siesta/index.php, the same fatal error appears for the file born_charge.F.

I check the source and find that the reason is born_charge.F use siesta_options module. Please check the Line No. 9 in born_charge.F.

Itshould a Intel Complier bug. All programs of Siesta can be passed by gfortran and PGI compilers.
0 Kudos
Steven_L_Intel1
Employee
586 Views
The sources you provided require many additional modules. The software is not downloadable without a license. Is there some way you can provide us a ZIP of the necessary files?
0 Kudos
Reply