Next: , Previous: GFORTRAN_TMPDIR, Up: Runtime



3.6 GFORTRAN_UNBUFFERED_ALL—Don't buffer output

This environment variable controls whether all output is unbuffered. If the first letter is y, Y or 1, all output is unbuffered. This will slow down large writes. If the first letter is n, N or 0, output is buffered. This is the default.