mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ENH: add simple profiling of MPI communications
This commit is contained in:
committed by
Andrew Heather
parent
53be19989b
commit
828f8e8504
@ -55,6 +55,8 @@ functions
|
||||
|
||||
// Demonstrate runTimePostProcessing
|
||||
#include "visualization"
|
||||
|
||||
#include "profiling"
|
||||
}
|
||||
|
||||
|
||||
|
||||
@ -0,0 +1,20 @@
|
||||
/*--------------------------------*- C++ -*----------------------------------*\
|
||||
| ========= | |
|
||||
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
||||
| \\ / O peration | Version: v1812 |
|
||||
| \\ / A nd | Web: www.OpenFOAM.com |
|
||||
| \\/ M anipulation | |
|
||||
\*---------------------------------------------------------------------------*/
|
||||
|
||||
profiling
|
||||
{
|
||||
type parProfiling;
|
||||
|
||||
libs ("libutilityFunctionObjects.so");
|
||||
|
||||
executeControl none;
|
||||
writeControl writeTime;
|
||||
}
|
||||
|
||||
|
||||
// ************************************************************************* //
|
||||
Reference in New Issue
Block a user