Unbuffered output

Unbuffered output

Imagen de arturodigioia

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

publicaciones de 3 / 0 nuevos
Último envío
Para obtener más información sobre las optimizaciones del compilador, consulte el aviso sobre la optimización.
Imagen de Steve Lionel (Intel)

See the Libraries manual description of the Portability routine FLUSH. Intel Fortran does not currently offer an equivalent of CVF's BUFFERED keyword.

Steve

Steve
Imagen de arturodigioia

Thanks.
That was what I was searching for.
Arturo di Gioia

Inicie sesión para dejar un comentario.