Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.
29281 Discussions

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

SMubasshar
Beginner
885 Views

Hello,

I am a new user and posting a first question.

I am trying to link Abaqus2021 with vs2019 and Intel Fortran Compilor 2025.0.

I am following the process in the given Link to the procedure 

I have completed the given procedure but when i run the verification command 'abq2021 verify -user_std' i see the following error.

Abaqus did not complete successfully. 
Please see  std_user.log for details.

When I see the std_user.log file I see the error that 'ifort' is not recognized as an internal or external command, operable program or batch file.
Abaqus Error: Problem during compilation - std_user.for. Could anybody please help me to fix this issue? 

0 Kudos
3 Replies
Steve_Lionel
Honored Contributor III
865 Views

ifort is no longer part of the Intel product - it has been replaced by ifx as of the 2025 version. (There once was a post from Intel explaining this, but I don't see it pinned anymore.)

SMubasshar
Beginner
689 Views

Thanks all. I installed the previous version and it works.

0 Kudos
Reply