Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
29234 ディスカッション

Access to Legacy Fortran Compilers: 2020.4

jimmyvdw
ビギナー
2,114件の閲覧回数

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 

0 件の賞賛
5 返答(返信)
Arjen_Markus
名誉コントリビューター II
2,108件の閲覧回数

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.

jimmyvdw
ビギナー
2,106件の閲覧回数

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.

Steve_Lionel
名誉コントリビューター III
2,017件の閲覧回数

Free users don't have access to older versions. Users with paid support have access to some older versions.

Ron_Green
モデレーター
1,845件の閲覧回数
Ron_Green
モデレーター
1,844件の閲覧回数

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

 

Ron_Green_0-1755725252358.png

 

Then give them your .exe file and et viola! 

返信