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,10 +385,13 @@ void Foam::ggiPolyPatch::calcLocalParallel() const
ggiCommProcs ggiCommProcs
); );
if (debug && Pstream::parRun())
{
Info<< "Allocating communicator for GGI patch " << name() Info<< "Allocating communicator for GGI patch " << name()
<< " with " << ggiCommProcs << ": " << comm_ << " with " << ggiCommProcs << ": " << comm_
<< endl; << endl;
} }
}
else else
{ {
comm_ = boundaryMesh().mesh().comm(); comm_ = boundaryMesh().mesh().comm();