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

ifort' is not recognized as an internal or external command

AbhishekRaj
Beginner
596 Views
C:\Program Files (x86)\Intel\oneAPI>setvars.bat

:: initializing oneAPI environment...

Initializing Visual Studio command-line environment...

This program is blocked by group policy. For more information, contact your system administrator.

Visual Studio version 16.11.53 environment configured.

"C:\Program Files (x86)\Microsoft Visual Studio\2019\Professional\"

Visual Studio command-line environment initialized for: 'x64'

: advisor -- latest

: compiler -- latest

: dal -- latest

: debugger -- latest

: dev-utilities -- latest

: dnnl -- latest

: dpcpp-ct -- latest

: dpl -- latest

: ipp -- latest

: ippcp -- latest

: mkl -- latest

: tbb -- latest

: vtune -- latest

:: oneAPI environment initialized ::



C:\Program Files (x86)\Intel\oneAPI>ifort

'ifort' is not recognized as an internal or external command,

operable program or batch file.



************************************************************************************************

Intel(R) Fortran Intel(R) 64 Compiler Classic for applications used Intel(R) 64, Version 2021.8.0 Build 20221119_000000

************************************************************************************************

0 Kudos
2 Replies
MarcGrodent
New Contributor II
536 Views

'ifort' is no longer distributed by Intel. Use 'ifx' instead.

0 Kudos
Steve_Lionel
Honored Contributor III
497 Views

Also, you don't want to be doing development in the installation folder - it won't work.

0 Kudos
Reply