Remove cpuTime tracking debug
This commit is contained in:
parent
8b49921bf9
commit
fabbdf0d56
6 changed files with 3 additions and 12 deletions
|
@ -799,8 +799,7 @@ Foam::BlockMatrixClustering<Type>::BlockMatrixClustering
|
||||||
groupSize_(groupSize),
|
groupSize_(groupSize),
|
||||||
nSolo_(0),
|
nSolo_(0),
|
||||||
nCoarseEqns_(0),
|
nCoarseEqns_(0),
|
||||||
coarsen_(false),
|
coarsen_(false)
|
||||||
lTime_()
|
|
||||||
{
|
{
|
||||||
calcClustering();
|
calcClustering();
|
||||||
}
|
}
|
||||||
|
|
|
@ -93,8 +93,6 @@ class BlockMatrixClustering
|
||||||
//- Can a coarse level be constructed?
|
//- Can a coarse level be constructed?
|
||||||
bool coarsen_;
|
bool coarsen_;
|
||||||
|
|
||||||
cpuTime lTime_;
|
|
||||||
|
|
||||||
|
|
||||||
// Private Member Functions
|
// Private Member Functions
|
||||||
|
|
||||||
|
|
|
@ -236,8 +236,7 @@ Foam::ggiAMGInterface::ggiAMGInterface
|
||||||
procMasterFaces_(),
|
procMasterFaces_(),
|
||||||
comm_(fineGgiInterface_.comm()),
|
comm_(fineGgiInterface_.comm()),
|
||||||
tag_(fineGgiInterface_.tag()),
|
tag_(fineGgiInterface_.tag()),
|
||||||
mapPtr_(nullptr),
|
mapPtr_(nullptr)
|
||||||
lTime_()
|
|
||||||
{
|
{
|
||||||
// New algorithm will assemble local clusters on the master side and
|
// New algorithm will assemble local clusters on the master side and
|
||||||
// create zone ordering by collecting all faces (coarse pairs) from proc0,
|
// create zone ordering by collecting all faces (coarse pairs) from proc0,
|
||||||
|
|
|
@ -88,8 +88,6 @@ class ggiAMGInterface
|
||||||
//- Map-distribute comms tool
|
//- Map-distribute comms tool
|
||||||
mutable mapDistribute* mapPtr_;
|
mutable mapDistribute* mapPtr_;
|
||||||
|
|
||||||
cpuTime lTime_;
|
|
||||||
|
|
||||||
|
|
||||||
// Private Member Functions
|
// Private Member Functions
|
||||||
|
|
||||||
|
|
|
@ -240,8 +240,7 @@ Foam::ggiSAMGInterface::ggiSAMGInterface
|
||||||
procMasterFaces_(),
|
procMasterFaces_(),
|
||||||
comm_(fineGgiInterface_.comm()),
|
comm_(fineGgiInterface_.comm()),
|
||||||
tag_(fineGgiInterface_.tag()),
|
tag_(fineGgiInterface_.tag()),
|
||||||
mapPtr_(nullptr),
|
mapPtr_(nullptr)
|
||||||
lTime_()
|
|
||||||
{
|
{
|
||||||
// New algorithm will assemble local clusters on the master side and
|
// New algorithm will assemble local clusters on the master side and
|
||||||
// create zone ordering by collecting all faces (coarse pairs) from proc0,
|
// create zone ordering by collecting all faces (coarse pairs) from proc0,
|
||||||
|
|
|
@ -89,8 +89,6 @@ class ggiSAMGInterface
|
||||||
//- Map-distribute comms tool
|
//- Map-distribute comms tool
|
||||||
mutable mapDistribute* mapPtr_;
|
mutable mapDistribute* mapPtr_;
|
||||||
|
|
||||||
cpuTime lTime_;
|
|
||||||
|
|
||||||
|
|
||||||
// Private Member Functions
|
// Private Member Functions
|
||||||
|
|
||||||
|
|
Reference in a new issue