Software Archive
Read-only legacy content
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.
17060 Discussions

-assume buffered_io compiler flag

Intel_C_Intel
Employee
723 Views
Hello all.
I use dec f90/f95 on true unix 64 under OSF1 4.0, both
5.2-705/V5.3-915 versions.

If I give the -assume buffered_io flag to the compiler, the
std output is buffered as well, and I don't have its last
part, being it displayed on screen or redirected in a file.

I haven't find very much by myself, and I was wondering if
this depends from the compiler of from the environment, like
the assume nobuffered_io taken by default.

Using the buffered_io can improve the performance in my case
because NFS is working on a network that is not very well
tuned.

Thanks for your attention
0 Kudos
1 Reply
Steven_L_Intel1
Employee
723 Views
This was a bug - it's fixed in the current release, 5.4.

Steve
0 Kudos
Reply