- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
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
コピーされたリンク
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
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.
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
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.
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
Free users don't have access to older versions. Users with paid support have access to some older versions.
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
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!
