[J3] EOF not detected
Van Snyder
van.snyder at sbcglobal.net
Tue Nov 11 21:46:00 UTC 2025
On Tue, 2025-11-11 at 11:43 +0900, malcolm--- via J3 wrote:
> Both gfortran and nagfor will detect the end of file if opened with
> ACTION='READ'. I do not have a copy of ifx immediately at hand to
> test it, but I would expect that it would do similarly.
This indeed makes END= work. Thanks for that advice.
The second part of my question was about this situaiton:
gunzip data/*gz can uncompress all 5386 files in less than one second.
My program can process them all as uncompressed in three seconds.
When I process them by reading compressed versions through a FIFO after
uncompression by "gunzip -c" it takes eighteen seconds.
Is this an inherent problem with using named pipes? I haven't run a
timing test using gfortran or nagfor.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.j3-fortran.org/pipermail/j3/attachments/20251111/f4d1acc3/attachment.htm>
More information about the J3
mailing list