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

9.1 Compiler Error (compilation aborted ... (code 3))

mattintelnetfort
Beginner
410 Views
I have a simple source file that compiles in debug but release throws the following error (even if I explicitly compile this source file). Note source file has less than 100 lines of executable code. It contains 1 subroutine with several entry points, implicit data typing, some "ASSIGN" statements, and some "GOTO" statements. It compiled and ran fine in version 9.0 of the compiler. Any thoughts?
The error message is:
Compiling with Intel Fortran 9.1 C:Program FilesIntelCompilerFortran9.1IA32...
file.for
compilation aborted for D:file.FOR (code 3)

Message Edited by MattIntelNETFort on 05-24-200601:46 PM

0 Kudos
2 Replies
Steven_L_Intel1
Employee
410 Views
Please send the test case to Intel Premier Support.
0 Kudos
mattintelnetfort
Beginner
410 Views
I just got around the problem by changing the compiler optimization setting for the file from maximize speed (/O3 or /O2)to maximize size (/O1)or disable (/Od). I will forward a sample when I have time to mockup a sample of what our production code is doing. Thanks!
0 Kudos
Reply