Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
28456 Discussions

IO error 67 : input statement requires too much data

Le_Callet__Morgan_M
890 Views

Dear all, i know this has been discussed many times over but i d like to know if the issue has been fixed as i still encounter the error with 18.0.3.210.

I open the file as follow:

          OPEN(newunit=IUN,FILE=INPT2,STATUS='OLD', FORM='UNFORMATTED',
     &        ERR=910,IOSTAT=IOSTAT,
     &        BLOCKSIZE=1048576,BUFFERED='YES',BUFFERCOUNT=8)

The read some data after a while i get the dreaded error for a 75gb file

Note that the for smaller file of 9gb it seems to work.

0 Kudos
1 Reply
Steve_Lionel
Honored Contributor III
890 Views

The bug related to buffering should be fixed by now. The current version is 19.0.2. 

0 Kudos
Reply