Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
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.

Unbuffered output

arturodigioia
Beginner
664 Views
Is there any way to have unbuffered output to a file (like with CVF attribute BUFFERED=NO in OPEN statement)? I'd like this feature to use my Fortran program from within a code which monitors a log file to display output.
Thanks
Arturo di Gioia
0 Kudos
2 Replies
Steven_L_Intel1
Employee
664 Views
See the Libraries manual description of the Portability routine FLUSH. Intel Fortran does not currently offer an equivalent of CVF's BUFFERED keyword.

Steve
0 Kudos
arturodigioia
Beginner
664 Views
Thanks.
That was what I was searching for.
Arturo di Gioia
0 Kudos
Reply