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 cowski on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

how to resolve compilation pb with subroutine DLOAD ?

Status
Not open for further replies.

john6363

Mechanical
Joined
Nov 17, 2006
Messages
2
Location
FR
I write abaqus job=XXX user=XXXXX and I receive an error message saying:
ABAQUS Error: Problem during compilation - df.exe not found in PATH.
ABAQUS/Analysis exited with errors.

(I have installed a fortran compilator on my computer)
Can you help me ?
 
and if a compile my dload file from visual fortran I obtain:
C:\temp\DLOAD.for(4) : Error: Cannot open include file 'ABA_PARAM.INC'
INCLUDE 'ABA_PARAM.INC'
----------------^
Error executing df.exe.

DLOAD.obj - 1 error(s), 0 warning(s)
 
It may be the wrong compiler if you're using 6.6. Try using 6.5 to run the job. The .inp file should work with 6.5. The error in the compilation you got doesn't indicate a problem with the fortran syntax.

corus
 
john6363 said:
write abaqus job=XXX user=XXXXX and I receive an error message saying:
ABAQUS Error: Problem during compilation - df.exe not found in PATH.
ABAQUS/Analysis exited with errors.

(I have installed a fortran compilator on my computer)
Can you help me ?

You need to edit the PATH system variable to include the path to df.exe. (E.g.,
C:\Program Files\Microsoft Visual Studio\DF98\BIN)


Ignore the message given when compiling within Visual Fortran. It is triggered by the fact that Visual Fortran does not know the location of 'ABA_PARAM.INC'. If this is your only error than the subroutine file should compile without any error when the ABAQUS job is submitted.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top