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

Unbuffered output

arturodigioia
Beginner
616 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
616 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
616 Views
Thanks.
That was what I was searching for.
Arturo di Gioia
0 Kudos
Reply