eispiata
Materials
- Feb 18, 2008
- 48
Hi again,
I was trying to use an example file of a DLOAD subrtoutine to apply a uniform load:
SUBROUTINE DLOAD(F,KSTEP,KINC,TIME,NOEL,NPT,LAYER,KSPT,
1 COORDS,JLTYP,SNAME)
C
INCLUDE 'ABA_PARAM.INC'
C
DIMENSION COORDS(3)
CHARACTER*80 SNAME
C
F=10
RETURN
END
The analysis quickly aborted and i got the following message:
The job input file "tafsut.inp" has been submitted for analysis.
Error in job tafsut: Problem during compilation - df.exe not found in PATH.
Job tafsut aborted due to errors.
What does it mean?
I was trying to use an example file of a DLOAD subrtoutine to apply a uniform load:
SUBROUTINE DLOAD(F,KSTEP,KINC,TIME,NOEL,NPT,LAYER,KSPT,
1 COORDS,JLTYP,SNAME)
C
INCLUDE 'ABA_PARAM.INC'
C
DIMENSION COORDS(3)
CHARACTER*80 SNAME
C
F=10
RETURN
END
The analysis quickly aborted and i got the following message:
The job input file "tafsut.inp" has been submitted for analysis.
Error in job tafsut: Problem during compilation - df.exe not found in PATH.
Job tafsut aborted due to errors.
What does it mean?