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

Compiler.ERROR : compilation aborted ... (code 3)

helmuta
Beginner
822 Views
Hello,
iam porting a greater fortran-projekt from CompacVisualFortran 6.6 to IntelVisualFortran Ver 8.0.047.
Compilingthe module gm_IO.f90 (1600 lines of code) compilation stops, and the only output is :
Compiling...
ifort /nologo /Od /assume:buffered_io /include:"c:gino60modulesDBL" /include:"c:f95ivfmod" /recursive /noaltparam /warn:all /warn:declarations /Qauto /assume:dummy_aliases /iface:cvf /iface:mixed_str_len_arg /module:"Release/" /object:"Release/" /traceback /ccdefault:fortran /check:bounds /winapp /c /4Nd C:f95ausgm_IO.f90
0_9458

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.
in file (null), line 0, column 0

compilation aborted for C:f95ausgm_IO.f90 (code 3)

There are no errors/warnings, when compiling with the CVF-compiler or the MIPSpro-compiler on a SGI-workstation.
How can i get more information from the compiler ?
Helmut
0 Kudos
1 Reply
Steven_L_Intel1
Employee
822 Views
Please report this problem to Intel Premier Support and include the necessary sources to reproduce the problem. This message always indicates a compiler bug. There isn't a way to get the compiler to tell you more, but you can try commenting out sections of code to see if you can identify the minimal source that reproduces the problem. Sometimes this will give you an idea as to what you can change to work around the issue. But let us know the details as soon as possible - we may be able to offer you a workaround quickly.
0 Kudos
Reply