Mukuntheshwaran
Structural
- May 17, 2019
- 3
I am using Abaqus 2018 with Intel Parallel Studio XE 2018 and Microsoft Visual Studio 2017. I am getting an error saying
" Problem during linking - Abaqus/Standard User Subroutines. This error may be due to a mismatch in the Abaqus user subroutine arguments. These arguments sometimes change from release to release, so user subroutines used with a previous release of Abaqus may need to be adjusted."
What should I do? Kindly help me with this problem.
Subroutine file contents
SUBROUTINE DLOAD(F,KSTEP,KINC,TIME,NOEL,NPT,LAYER,KSPT,
1 COORDS,JLTYP,SNAME)
C
INCLUDE 'ABA_PARAM.INC'
C
DIMENSION TIME(2), COORDS(3)
CHARACTER*80 SNAME
IF(KINC.EQ.1) THEN
F=10
ENDIF
IF(KINC.EQ.2) THEN
F=20
ENDIF
" Problem during linking - Abaqus/Standard User Subroutines. This error may be due to a mismatch in the Abaqus user subroutine arguments. These arguments sometimes change from release to release, so user subroutines used with a previous release of Abaqus may need to be adjusted."
What should I do? Kindly help me with this problem.
Subroutine file contents
SUBROUTINE DLOAD(F,KSTEP,KINC,TIME,NOEL,NPT,LAYER,KSPT,
1 COORDS,JLTYP,SNAME)
C
INCLUDE 'ABA_PARAM.INC'
C
DIMENSION TIME(2), COORDS(3)
CHARACTER*80 SNAME
IF(KINC.EQ.1) THEN
F=10
ENDIF
IF(KINC.EQ.2) THEN
F=20
ENDIF