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 ?
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 ?
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 ?
corus
RE: how to resolve compilation pb with subroutine DLOAD ?
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.