Intel® MPI Library
Get help with building, analyzing, optimizing, and scaling high-performance computing (HPC) applications.
2242 Discussions

Issue with mpif90/mpifc in Windows oneAPI HPC Toolkit 2025.0.1

mikeH17
Beginner
329 Views

ifort has been replaced by ifx in oneAPI HPC Toolkit 2025, but the oneAPI\mpi\2021.14\bin\mpifc.bat has not been updated to call ifx (and still attempts to compile using ifort).  Is the there going to be an update to the 2025 mpi directory to point mpif90 / mpifc to ifx?

 

mpifc.bat for the Intel(R) MPI Library 2021.14 for Windows*
Copyright Intel Corporation.

'ifort' is not recognized as an internal or external command,
operable program or batch file.
ERROR in the compiling/linking [1]

 

Labels (2)
0 Kudos
1 Reply
TobiasK
Moderator
205 Views

Please use mpiifx.bat or

mpifc.bat -fc ifx

to switch to the new compilers. The default for mpifc will likely change with the next release.

0 Kudos
Reply