Files
openfoam/etc/caseDicts/profiling/parallel.cfg
Mark Olesen 9577a0f6b5 ENH: extend parProfiling (#2737)
- separate broadcast times from reduce/gather/scatter time
- separate wait times from all-to-all time
- support invocation counts, split off requests time/count
  from others to avoid flooding the counts

- support 'detail' switch to increase the output information.
  Format may change in the future
2023-04-05 11:33:39 +02:00

24 lines
822 B
C++

/*--------------------------------*- C++ -*----------------------------------*\
========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration | Version: v2306
\\ / A nd | Website: www.openfoam.com
\\/ M anipulation |
-------------------------------------------------------------------------------
Description
Configuration for profiling parallel (MPI) timings
\*---------------------------------------------------------------------------*/
type parProfiling;
libs (utilityFunctionObjects);
// Level of detail to report
detail 0;
// Report stats on exit only (instead of every time step)
executeControl onEnd;
writeControl none;
// ************************************************************************* //