mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
BUG: multi-world: only switch on warnComm if needed. See #2529
This commit is contained in:
@ -75,14 +75,14 @@ void Foam::functionObjects::syncObjects::sync()
|
|||||||
<< " root:" << root_ << endl;
|
<< " root:" << root_ << endl;
|
||||||
}
|
}
|
||||||
|
|
||||||
const label oldWarnComm = UPstream::warnComm;
|
|
||||||
UPstream::warnComm = 0;
|
|
||||||
|
|
||||||
if (!Pstream::parRun())
|
if (!Pstream::parRun())
|
||||||
{
|
{
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
const label oldWarnComm = UPstream::warnComm;
|
||||||
|
UPstream::warnComm = 0;
|
||||||
|
|
||||||
|
|
||||||
// Send my data to all other processors
|
// Send my data to all other processors
|
||||||
// ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
// ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||||
|
|||||||
Reference in New Issue
Block a user