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

Issue with mpif90/mpifc in Windows oneAPI HPC Toolkit 2025.0.1

mikeH17
初學者
851 檢視

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]

 

標籤 (2)
0 積分
1 回應
TobiasK
主席
727 檢視

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.

回覆