Vxxxxx
Mechanical
- Jun 5, 2020
- 91
Hi, I am trying to configure abaqus to run Fortran subroutines, but failed.
Here are the errors after I run abaqus verification:
Abaqus/Standard with user subroutines
...ERROR
Abaqus did not complete successfully.
Please see std_user.log for details.
Continuing...
Software I used:
Abaqus 2019
Visual Studio 2013
Parallel studio xe 2018
I got the same error when I use VS2013+PSXE2013.
And I even failed to download PSXE2018 if it was to link to VS2017.
Here is the code I used in abq2019 bat file.
@call"C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\vcvarsall.bat"X64
@call"C:\Program Files (x86)\IntelSWTools\compilers_and_libraries_2018.3.210\windows\mkl\bin"intel64
@echo off
setlocal
set ABA_COMMAND=%~nx0
set ABA_COMMAND_FULL=%~f0
"C:\SIMULIA\CAE\2019\win_b64\code\bin\ABQLauncher.exe" %*
endlocal
It would be great if someone could shed some light. Thanks in advance.
Here are the errors after I run abaqus verification:
Abaqus/Standard with user subroutines
...ERROR
Abaqus did not complete successfully.
Please see std_user.log for details.
Continuing...
Software I used:
Abaqus 2019
Visual Studio 2013
Parallel studio xe 2018
I got the same error when I use VS2013+PSXE2013.
And I even failed to download PSXE2018 if it was to link to VS2017.
Here is the code I used in abq2019 bat file.
@call"C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\vcvarsall.bat"X64
@call"C:\Program Files (x86)\IntelSWTools\compilers_and_libraries_2018.3.210\windows\mkl\bin"intel64
@echo off
setlocal
set ABA_COMMAND=%~nx0
set ABA_COMMAND_FULL=%~f0
"C:\SIMULIA\CAE\2019\win_b64\code\bin\ABQLauncher.exe" %*
endlocal
It would be great if someone could shed some light. Thanks in advance.