Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations MintJulep on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

Dload User Subroutine linking error Abaqus 18

Status
Not open for further replies.

Mukuntheshwaran

Structural
Joined
May 17, 2019
Messages
3
Location
IN
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
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top