×
INTELLIGENT WORK FORUMS
FOR ENGINEERING PROFESSIONALS

Log In

Come Join Us!

Are you an
Engineering professional?
Join Eng-Tips Forums!
  • Talk With Other Members
  • Be Notified Of Responses
    To Your Posts
  • Keyword Search
  • One-Click Access To Your
    Favorite Forums
  • Automated Signatures
    On Your Posts
  • Best Of All, It's Free!
  • Students Click Here

*Eng-Tips's functionality depends on members receiving e-mail. By joining you are opting in to receive e-mail.

Posting Guidelines

Promoting, selling, recruiting, coursework and thesis posting is forbidden.

Students Click Here

Jobs

how to resolve compilation pb with subroutine DLOAD ?

how to resolve compilation pb with subroutine DLOAD ?

how to resolve compilation pb with subroutine DLOAD ?

(OP)
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 ?

RE: how to resolve compilation pb with subroutine DLOAD ?

(OP)
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)

RE: how to resolve compilation pb with subroutine DLOAD ?

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

RE: how to resolve compilation pb with subroutine DLOAD ?

Quote (john6363):


 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.

Red Flag This Post

Please let us know here why this post is inappropriate. Reasons such as off-topic, duplicates, flames, illegal, vulgar, or students posting their homework.

Red Flag Submitted

Thank you for helping keep Eng-Tips Forums free from inappropriate posts.
The Eng-Tips staff will check this out and take appropriate action.

Reply To This Thread

Posting in the Eng-Tips forums is a member-only feature.

Click Here to join Eng-Tips and talk with other members!


Resources