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

Fixes found from converting old code

mushroom89_
Beginner
462 Views
I just converted about 30Fortran programs into the new Intel 8.1 compiler, These are the "fixes" I used:
1. The RELEASE compiler configuration compiled much better (few or no errors) than the DEBUG configuration.
2. I had to replace the INCLUDE 'FGRAPH.FD' statements with USE DFLIB
3. To resolve an INTERFACE error with a subroutine, I simpy commented out theoffending INTERFACE and it ran.
A slight bug I noticed is that the compiler error line count was off by one from the window line count.
0 Kudos
0 Replies
Reply