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

Does Intel Fortran Compiler Runtime for Windows install IFORT compiler?

GuiRocARS
Beginner
405 Views

Hi,

I need to install the classic Intel Fortran Compiler IFORT. I work with MS Visual Studio 2022.

First I downloaded and installed oneAPI Base Toolkit 2024.2, then downloaded and installed HPC toolkit 2025.1 but I realised it doesn't include ifort compiler, only ifx. So I downloaded and installed the Intel Fortran Compiler Runtime for Windows 2024.2.1/2021.13.0 but when I try to open a Fortran Project saved under Win32, Visual Studio says IFORT isn't installed.

For each installation, I went with default installation. Is there a specific way to install the runtime version so I can use ifort compiler? Or a parameter in Visual Studio?

 

Thanks

0 Kudos
1 Solution
Andrew_Smith
Valued Contributor I
344 Views
The runtime installer does not install compilers. It's for your users to install so that your compiled program can run. The IFORT compiler is no longer available, unless you have a paid support contract.

View solution in original post

1 Reply
Andrew_Smith
Valued Contributor I
345 Views
The runtime installer does not install compilers. It's for your users to install so that your compiled program can run. The IFORT compiler is no longer available, unless you have a paid support contract.
Reply