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
|
||||
);
|
||||
|
||||
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
|
||||
{
|
||||
|
|
Reference in a new issue