mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-12-28 03:37:59 +00:00
24 lines
822 B
C++
24 lines
822 B
C++
/*--------------------------------*- C++ -*----------------------------------*\
|
|
========= |
|
|
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
|
|
\\ / O peration | Version: v2412
|
|
\\ / 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;
|
|
|
|
// ************************************************************************* //
|