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

FORTRAN for Win32

BroSte
Beginner
767 Views

What is the last version of OneAPI which must be used to generate x86 Fortran code?

I installed the version 2025.3 and it seems to only consider 64 bits compiler.

 

0 Kudos
1 Solution
Andrew_Smith
Valued Contributor I
705 Views
Intel dropped support for 32 bit in 2023 with the move to replace ifort with the ifx compiler. You might be able to get hold of an earlier download that includes 32 bit if you pay for support.

View solution in original post

0 Kudos
7 Replies
Andrew_Smith
Valued Contributor I
706 Views
Intel dropped support for 32 bit in 2023 with the move to replace ifort with the ifx compiler. You might be able to get hold of an earlier download that includes 32 bit if you pay for support.
0 Kudos
BroSte
Beginner
360 Views

Thank you, Andrew.

Finally, I returned to version 2023.1.

0 Kudos
JohnNichols
Honored Contributor I
341 Views

The two versions will safely co-exist. If you use VS 2026 or 22 it allows you to pick the compiler.  

 

0 Kudos
henry_collins
New Contributor I
677 Views

From oneAPI 2024 onward, Intel dropped the IA-32 (x86 32-bit) Fortran compiler support only x86-64 is available now. The last releases that still included 32-bit Fortran were in the oneAPI 2023 line on Windows. If you specifically need Win32 output, you’ll have to stick with oneAPI 2023 classic Intel Fortran (ifort) or an older standalone Intel Parallel Studio build, 2025.3 won’t do it.

0 Kudos
BroSte
Beginner
360 Views

Thank you, Henry.

Finally, I safely returned to version 2023.1 I was previously using.

0 Kudos
MarcGrodent
New Contributor II
508 Views

In fact, the latest version of the Intel oneAPI toolkit to include the ifort compiler is 2024.2.0 (ifort 2021.13.0):

https://community.intel.com/t5/Intel-Fortran-Compiler/Last-build-for-ifort-and-plans-for-removing-ifort-from-packages/td-p/1615558 

0 Kudos
BroSte
Beginner
351 Views

Thank you, Marc,

Finally, I safely returned to version 2023.1 I was previously using.

0 Kudos
Reply