You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
issue #245: prif_(error)_stop: Work harder to flush final output
Previously Caffeine was not always explicitly flushing Fortran stdout/stderr
buffers during calls to `prif_stop` or `prif_error_stop`, leading to
observed loss of final `output_unit` output (from prior write commands in the
Fortran program) on some compilers and systems.
Change `prif_stop` and `prif_error_stop` to always flush Fortran-level
`error_unit` and `output_unit` buffers, both immediately upon entry and
again before the call to caf_decaffeinate.
Fixes issue #245
0 commit comments