diff --git a/src/thermo.cpp b/src/thermo.cpp index 9197f88084..0e9defd165 100644 --- a/src/thermo.cpp +++ b/src/thermo.cpp @@ -381,6 +381,7 @@ void Thermo::compute(int flag) if (me == 0) { utils::logmesg(lmp,line); + if (screen && flushflag) fflush(screen); if (logfile && flushflag) fflush(logfile); }