- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Would anyone know a source for older Intel Fortran Compilers? I am looking especially for IFC 7.0. So far, I could neither find a downoad site for it, nor could I find any dealer who still sells it.
Thanks for any hints.
Thanks for any hints.
Link Copied
6 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Purchase and register version 10.1. Then submit a request to Intel Premier Support for the older version you want. 7.0 is as far back as we can easily go.
What is your reason for wanting that particular version? You may want to try your code with 10.1 before going through the motions to get and install 7.0.
What is your reason for wanting that particular version? You may want to try your code with 10.1 before going through the motions to get and install 7.0.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thanks for the advice.
The reason for wanting that particular version is, that I need to link some of my own coding into existing software, that has been compiled using ifc 7.0.
This linking did work well with ifc 8.0 under OpenSuse 9.1. After an upgrade to OpenSuse 10.3, it doesn't. Now, I do get undefined symbol errors. What I am not sure about is, whether that might be caused by ifc or the fortran-libraries shipped with the new OpenSuse. As far as I understand, ifc uses some of them?
The reason for wanting that particular version is, that I need to link some of my own coding into existing software, that has been compiled using ifc 7.0.
This linking did work well with ifc 8.0 under OpenSuse 9.1. After an upgrade to OpenSuse 10.3, it doesn't. Now, I do get undefined symbol errors. What I am not sure about is, whether that might be caused by ifc or the fortran-libraries shipped with the new OpenSuse. As far as I understand, ifc uses some of them?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Code compiled with ifc 7 will need to be linked with the "iepcf90" libraries provided with ifc 7. It would not link with ifc 8, which does not provide those libraries, but perhaps something else is at work.
What specifically are the undefined symbols?
What specifically are the undefined symbols?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
The error message says: undefined symbol: for_write_seq_lis
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
That should be provided in the ifort 8 and later libraries. How are you doing the link?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
The linking is initiated by the software package (Star-CD) itself, or by the user via command line. I don't know what the underlying script does in detail.

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