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.
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.
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.