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

Unusual error

eddie_breeveld
Beginner
478 Views
What does 'compilation aborted' mean? Below is part ofthe Output window after trying to compile a (somewhat complex) Fortran file in debug mode. I'm using "Intel Fortran Compiler Integration for Microsoft Visual Studio .NET 2003, Version 8.0.2123.2003"

Compiling...

arrayTesting.f90

compilation aborted for D:sandboxesvip5GeneratedFortranCodePhase 04Array testingprototypearrayTesting.f90 (code 1)

All the best,

0 Kudos
2 Replies
Steven_L_Intel1
Employee
478 Views
It means that the compiler encountered some fatal error during compiling. You may want to look at the detailed build log to see if there are other clues. Submit an example to report if it is something like an internal compiler error.
0 Kudos
eddie_breeveld
Beginner
478 Views
It was an internal compiler error. I've submitted a report.
0 Kudos
Reply