Info on debug: allocation of comms

This commit is contained in:
Hrvoje Jasak 2016-10-19 16:47:55 +01:00
parent db04b34cff
commit 5e9baf85c6

View file

@ -385,9 +385,12 @@ void Foam::ggiPolyPatch::calcLocalParallel() const
ggiCommProcs
);
Info<< "Allocating communicator for GGI patch " << name()
<< " with " << ggiCommProcs << ": " << comm_
<< endl;
if (debug && Pstream::parRun())
{
Info<< "Allocating communicator for GGI patch " << name()
<< " with " << ggiCommProcs << ": " << comm_
<< endl;
}
}
else
{