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

ifort command not found

LukeTheWalker
Beginner
481 Views

I have installed both the oneapi base toolkit as well as the intel fortran standalone compiler.

Even after sourcing the setters.sh I still get ifort command not found. Also mpiifort gives the same error:

mpiifort --version
~/intel/oneapi/mpi/2021.15/bin/mpiifx: line 697: ifort: command not found

 

0 Kudos
1 Solution
Mark_Lewy
Valued Contributor I
426 Views

ifort was discontinued in OneAPI 2025, use ifx instead

View solution in original post

2 Replies
Mark_Lewy
Valued Contributor I
427 Views

ifort was discontinued in OneAPI 2025, use ifx instead

Ron_Green
Moderator
390 Views

@Mark_Lewy  is correct.  the MPI wrapper for ifx is 'mpiifx'

0 Kudos
Reply