mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ENH: parProfiling: do not print on exit. Fixes #1298.
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user