Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
28751 Discussions

Download old Intel® Fortran Compiler

Hapo
Beginner
1,044 Views

Hello,

I need to compile a legacy code that seems to need a variable  IFORT_COMPILER11 that match a ifortvars.csh file.
I suppose I need to install Intel Fortran Compiler 11 but I do not find the way to install old version of Fortran Compiler.

Where can I get them ?

Regards,

Hapo

0 Kudos
1 Solution
Steve_Lionel
Honored Contributor III
1,016 Views

Install the current 2024 version. Edit the script that looks for IFORT_COMPILER11 and ifortvars.csh and replace these with the path to the current version's setup script. (The current version ought to define IFORT_COMPILER24 but doesn't - a bug that will be fixed in a future update. See Use the setvars and oneapi-vars Scripts with Linux* (intel.com) for details.

View solution in original post

4 Replies
Steve_Lionel
Honored Contributor III
1,017 Views

Install the current 2024 version. Edit the script that looks for IFORT_COMPILER11 and ifortvars.csh and replace these with the path to the current version's setup script. (The current version ought to define IFORT_COMPILER24 but doesn't - a bug that will be fixed in a future update. See Use the setvars and oneapi-vars Scripts with Linux* (intel.com) for details.

JohnNichols
Valued Contributor III
1,001 Views

What is not said, is it is always faster to fix the modern small errors than attempt the perversity of trying to obtain that which is forever gone. If you attempt the fix it is always easier for other people to help who will have the modern and not the archaic compiler version on their computers.  Batch files merely point at the exe.  ONEAPI has a good system, whoever thought of it needs to be congratulated. 

Also compilers theoretically get better at detecting code errors, -- sometimes, but sometimes as was noticed by the Norse, the gods are perverse with their humour.  

Barbara_P_Intel
Employee
992 Views

... and don't forget that security issues are also fixed with each new compiler version. Intel strongly recommends users more to the latest versions.

@Hapo, since you are moving to a new version of the Intel Fortran compiler, you may want to consider using ifx. ifort is deprecated and will be removed from new releases in late 2024. Here's a link to more information about that and tips on the transition to ifx.

 

 

Reply