[J3] EOF not detected

Steve Lionel steve at stevelionel.com
Mon Nov 10 23:50:52 UTC 2025


On 11/10/2025 3:51 PM, Van Snyder via J3 wrote:
> Reading and processing the compressed files using the above methods 
> takes 25 seconds.
>
> I also tried appending EOF to the files before compressing them and 
> then reading them using the first method, with the same result.
>
> (1) Why does END= not branch when reading from a FIFO?
>
> (2) Why does it run so much longer when reading from a FIFO?

There's no such thing as "appending EOF". Your problem description is 
far too vague and missing useful information, as well as depending on 
non-Fortran things. Can you come up with a short but complete Fortran 
example that demonstrates whatever problem you're describing?

END= triggers when there is an attempt to read past the end of the file.

Steve



More information about the J3 mailing list