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 have moved to the Altera Community. Existing Intel Community members can sign in with their current credentials.

Unbuffered output

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