- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Moved to separate thread
Note - first three replies are in reverse order.
Note - first three replies are in reverse order.
Link Copied
4 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Quoting - Steve Lionel (Intel)
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
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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?

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page