- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
Link Copied
0 Replies

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