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

Totally stuck with compiler error.

Anne_Stewart
Beginner
339 Views
Trying to compile *.for source code with v.10.0.025. There are 12-15 *.for files and 1 *.f90 file. Some of the files compile individually, but the rest do not, yielding this error:

fortcom: Fatal: There has been an internal compiler error (C0000005).

From the Buildlog:
fortcom: Fatal: There has been an internal compiler error (C0000005).
compilation aborted for E:\Shared\myname\Models\SCE\Kineros2trial3\Source\KINSED.for (code 1)

The files that fail to compile all have common blocks (one that will compile also uses common). I'm totally stumped and stopped. I've written to the software support folks but haven't heard back. I'm new to all of this, and would appreciate any help.

Thanks.

0 Kudos
1 Reply
Steven_L_Intel1
Employee
339 Views
Sorry to hear that you're having problems. However, 10.0.025 is an old, unsupported version. I also recall that this was the initial product release for that version and it had some serious problems.

Version 11.0.074 is the current version - can you install something later?

Typically, an internal compiler error is not something you can fix on your own. Sometimes there's a switch or usage you can change, but my first advice would be to use a more current compiler.
0 Kudos
Reply