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
Einsteiger
306Aufrufe

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
3 Antworten
Andrew_Smith
Geschätzter Beitragender I
244Aufrufe
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.
henry_collins
Anfänger
220Aufrufe

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.

MarcGrodent
Neuer Beitragender II
47Aufrufe

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 

Antworten