For intel base & hpc toolkits 2025.0 and Abaqus 2024, and VS 2019
1. Go to the directory C:\SIMULIA\Commands in file explorer
2. Edit abq2024.bat in notepad, and add the following 3 lines copy-pasted, below
@echo off
but above setlocal, then save the file
SET PATH=%PATH%; C:\Program Files (x86)\Intel\oneAPI\compiler\2025.0\bin;
@call "C:\Program Files (x86)\Intel\oneAPI\compiler\2025.0\env\vars.bat" intel64
@call "C:\Program Files (x86)\Intel\oneAPI\mkl\2025.0\env\vars.bat"
3. Go to C:\SIMULIA\EstProducts\2024\win_b64\SMA\site in file explorer
4. Edit abaqus_v6.env in notepad, and add at the very end of the file, then save:
compile_fortran += ['/names:lowercase',]
link_sl='LINK /NODEFAULTLIB:LIBCMT.LIB /dll /def:%E /out:%U %F %A %L %B'
5. In the same directory, edit custom_v6.env, add at the end, then save the file
compile_fortran += ['/names:lowercase',]
6. In the same directory, edit win86_64.env in notepad, and search for 'ifort'
6.1 replace the term 'ifort' with:
'ifx'
6.2 Then save the file
7. To test linking success, create a folder on desktop, enter it, right click, and click 'open in terminal', and enter the following:
Abq2024 verify -user_std