- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hey,
I have a legacy code that I am trying to build and install with the Fortran compiler, but it requires a legacy compiler (version 2020.4.304), but I cannot seem to find it in the available Intel Compiler libraries. I was wondering if there was any method I could use to install the compiler version that I require. Any help would be greatly appreciated.
Jimmy
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Why do you need this "legacy" version? 2020.4 is not all that old, so it cannot be because of obscure constructs in your source code. What makes it necessary to use exactly this version? It will be much easier later on if you can use the current compiler.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I acknowledge that is likely to not make a difference in terms of the source code, I am merely asking out of convenience. The intention is to install the compiler and develop the code locally, and then offload it commercially to a machine that strictly uses the 2020.4 compiler. The use of the 2020.4 compiler in development would reduce any danger of incompatibility to the machine it will be offloaded to.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Free users don't have access to older versions. Users with paid support have access to some older versions.
- 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
Use the latest compiler to build the application .exe file (or .dll file(s) )
Give the user the latest Fortran Runtime Library redistribution libraries kit and have them install it:
from this page, scroll or nav down to the Fortran Runtime Libraries kit
Then give them your .exe file and et viola!

- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page