- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
file.for
compilation aborted for D:file.FOR (code 3)
Message Edited by MattIntelNETFort on 05-24-200601:46 PM
Link Copied
2 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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!

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