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 have moved to the Altera Community. Existing Intel Community members can sign in with their current credentials.
29310 Discussions

Abaqus 2024 not detecting Intel Fortran compiler (oneAPI + VS 2022)

Aayush_IITR
Beginner
1,256 Views

Hello Intel Community,

Abaqus 2024

Visual studio 2022

Intel base toolkit  & HPC toolkit 2025

I am facing a persistent issue where Abaqus 2024 does not detect the Intel Fortran compiler, even though I have installed the Intel oneAPI HPC Toolkit and integration with Visual Studio 2022.

Problem messages:
When launching Abaqus 2024 with a user subroutine, I get:

WARNING: vars.bat does not set up dependencies when invoked directly.
Please perform environment setup for UMP before running DPC++ applications.

after adding call "C:\Program Files (x86)\Intel\oneAPI\setvars.bat" intel64 vs2022 i am able to remove warning shown above but still not able to run Fortran.

Unable to find a Fortran compiler on this system. If Intel Fortran is installed on this system, please load ifortvars.bat before running Abaqus."

 

What I have tried:

  1. Verified Fortran works in Intel command prompt.

  2.  ifortvars.bat is nowhere to find.

  3. Tested both ifort and ifx. by changing win64_env file 

  4. Checked abaqus_v6.env but not sure of correct syntax for oneAPI + VS 2022.

  5. call "C:\Program Files (x86)\Intel\oneAPI\compiler\2025.2\env\vars.bat" intel64 vs2022
  6. call "C:\Program Files (x86)\Intel\oneAPI\setvars.bat" intel64 vs2022

I tried all the methods from youtube and forums but it is still not working for me. Kindly help. 

 

 

0 Kudos
1 Reply
andrew_4619
Honored Contributor III
1,100 Views
Oneapi 2025 does not have ifort it only has the newer IFX. Free Ifort downloads are no longer available. IFX can be configured try a forum search this topic is frequent or go to an abacus forum .
Reply