Hi all,
I am trying to link Abaqus 2019 to Fortran on a Windows 10 laptop.
I have installed:
- Visual Studio 2022 (workload “Desktop development with C++"),
- Intel oneAPI Base Toolkit,
- Intel oneAPI HPC Toolkit.
Next, I have modified the file "C:\\SIMULIA\\Commands\\abaqus.bat" to add these 4 lines:
@echo off call "C:\\Program Files (x86)\\Intel\\oneAPI\\compiler\\2022.0.3\\windows\\bin\\intel64" call "C:\\Program Files (x86)\\Intel\\oneAPI\\compiler\\2022.0.3\\env\\vars.bat" -arch intel64 call "C:\\Program Files (x86)\\Intel\\oneAPI\\mkl\\2022.0.3\\env\\vars.bat" intel64
Finally, I have modified the properties of Abaqus CAE and Abaqus Command, to have the following targets, respectively:
- "C:\\Program Files (x86)\\Intel\\oneAPI\\compiler\\2022.0.3\\env\\vars.bat" intel64 vs2022 & C:\\SIMULIA\\CAE\\2019\\win_b64\\resources\\install\\cae\\launcher.bat cae || pause
- "C:\\Program Files (x86)\\Intel\\oneAPI\\compiler\\2022.0.3\\env\\vars.bat" intel64 vs2022 & C:\\Windows\\system32\\cmd.exe /k
Now, running "abaqus info=system" in a command window returns the following:
(...)
Fortran Compiler: Unable to find a Fortran compiler on this system. If
Intel Fortran is installed on this system, please load
ifortvars.bat before running Abaqus
(...)Can anyone help me link Abaqus to Fortran? I will gladly provide more information if needed. Thanks.
EB
