vumat link problem
vumat link problem
(OP)
I am using abaqus6.5 in win xp w/o Visual fortran. I compile the user subroutines with Intel(R) Fortran Compiler 9.1. When I run the job in command line, there is an error in the log file:
Begin Linking Double Precision ABAQUS/Explicit User Subroutines
ValueError: LINK.exe not found in PATH.
I don't have this applicatioin. Please tell me how to run/link vumat. Thanks.
BTW,I also installed the HP Compiler/Run-Time Library patch kits.
Begin Linking Double Precision ABAQUS/Explicit User Subroutines
ValueError: LINK.exe not found in PATH.
I don't have this applicatioin. Please tell me how to run/link vumat. Thanks.
BTW,I also installed the HP Compiler/Run-Time Library patch kits.





RE: vumat link problem
Creating library explicitU-D.lib and object explicitU-D.exp
vumat.obj : error LNK2001: unresolved external symbol _DSPEV@44
explicitU-D.dll : fatal error LNK1120: 1 unresolved externals
ABAQUS Error: Problem during linking - Double Precision ABAQUS/Explicit User Subroutines
ABAQUS/Analysis exited with errors
RE: vumat link problem
I also get the same problem....Did u find a way to fix the problem?
*************************************
C:\Documents and Settings\no_dis>abaqus j=temp2d user=fast2d.for inter
ABAQUS JOB temp2d
ABAQUS Version 6.6-1
Begin Compiling ABAQUS/Standard User Subroutines
7/25/2006 5:27:23 PM
End Compiling ABAQUS/Standard User Subroutines
7/25/2006 5:27:26 PM
Begin Linking ABAQUS/Standard User Subroutines
7/25/2006 5:27:26 PM
ValueError: LINK.exe not found in PATH.
*************************************
RE: vumat link problem
RE: vumat link problem
But add the paths to include and lib, still have link 2001/1120 error.
At last, I copy all needed codes into User Subroutines to solve the problem.