Continue to Site

Eng-Tips is the largest engineering community on the Internet

Intelligent Work Forums for Engineering Professionals

  • Congratulations GregLocock 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
Nov 17, 2006
2
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 ?
 
Replies continue below

Recommended for you

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