fortran error I/O
- by jpcgandre
I get this error when compiling:
forrtl: severe (256): unformatted I/O to unit open for formatted transfers, unit
27, file C:\Abaqus_JOBS\w.txt
The error occurs in the beginning of the analysis.
At the start, the file w.txt is created but is empty. The error may be related to the fact that I want to read from an empty file.
My code is:
…