Eng-Tips is the largest engineering community on the Internet

Intelligent Work Forums for Engineering Professionals

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

vumat link problem

Status
Not open for further replies.

free2005

Mechanical
Jul 8, 2006
6
0
0
US
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.
 
Replies continue below

Recommended for you

After installed CVF, there is link problem. How to add a path in Abaqus or CVF? How to set environment viarable? Thanks a lot.

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
 
Hi Free 2005,

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.
*************************************
 
I solved "ValueError: LINK.exe not found in PATH." by installed visual fortran.
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.
 
Status
Not open for further replies.
Back
Top