mpi/UPstream:: Correct debug
Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1637
This commit is contained in:
parent
719bf1b4e7
commit
c08a8c97a0
1 changed files with 2 additions and 2 deletions
|
|
@ -2,7 +2,7 @@
|
||||||
========= |
|
========= |
|
||||||
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
|
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
|
||||||
\\ / O peration |
|
\\ / O peration |
|
||||||
\\ / A nd | Copyright (C) 2011-2014 OpenFOAM Foundation
|
\\ / A nd | Copyright (C) 2011-2015 OpenFOAM Foundation
|
||||||
\\/ M anipulation |
|
\\/ M anipulation |
|
||||||
-------------------------------------------------------------------------------
|
-------------------------------------------------------------------------------
|
||||||
License
|
License
|
||||||
|
|
@ -281,7 +281,7 @@ void Foam::reduce
|
||||||
requestID = PstreamGlobals::outstandingRequests_.size();
|
requestID = PstreamGlobals::outstandingRequests_.size();
|
||||||
PstreamGlobals::outstandingRequests_.append(request);
|
PstreamGlobals::outstandingRequests_.append(request);
|
||||||
|
|
||||||
if (debug)
|
if (UPstream::debug)
|
||||||
{
|
{
|
||||||
Pout<< "UPstream::allocateRequest for non-blocking reduce"
|
Pout<< "UPstream::allocateRequest for non-blocking reduce"
|
||||||
<< " : request:" << requestID
|
<< " : request:" << requestID
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue