runtime error message

Brad Finney Brad.Finney@humboldt.edu
Sat Jun 16 18:54:00 GMT 2007



Andrew Pinski wrote:
> On 6/16/07, Brad Finney <Brad.Finney@humboldt.edu> wrote:
>> Could someone please describe the situation(s) that generate the
>> following runtime error:
>>
>> Fortran runtime error:  Not enough space
> 
> Two things, are you sure you have enough room on your HD?
> Also have you checked that you can create a file on the HD?
> 
> -- Pinski
> 
> 
Yes, I have lots of space, and I have file permissions suitable for the
task.  The open statement is in a loop that opens a series of files for
reading (and closes each one in turn at the end of each loop iteration).
  The error occurs during the 9th pass though the loop (i.e., 8 previous
files have been opened and closed without complaint from the same
directory).




More information about the Fortran mailing list