Info on debug: allocation of comms
This commit is contained in:
parent
db04b34cff
commit
5e9baf85c6
1 changed files with 6 additions and 3 deletions
|
@ -385,9 +385,12 @@ void Foam::ggiPolyPatch::calcLocalParallel() const
|
||||||
ggiCommProcs
|
ggiCommProcs
|
||||||
);
|
);
|
||||||
|
|
||||||
Info<< "Allocating communicator for GGI patch " << name()
|
if (debug && Pstream::parRun())
|
||||||
<< " with " << ggiCommProcs << ": " << comm_
|
{
|
||||||
<< endl;
|
Info<< "Allocating communicator for GGI patch " << name()
|
||||||
|
<< " with " << ggiCommProcs << ": " << comm_
|
||||||
|
<< endl;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|
Reference in a new issue