ENH: parProfiling: do not print on exit. Fixes #1298.

This commit is contained in:
mattijs
2019-05-15 08:30:06 +01:00
committed by Andrew Heather
parent 51f501b668
commit c46fe63b97
3 changed files with 25 additions and 20 deletions

View File

@ -12,8 +12,9 @@ profiling
libs ("libutilityFunctionObjects.so");
executeControl none;
writeControl writeTime;
// Report stats on exit only (instead of every time step)
executeControl onEnd;
writeControl none;
}