ENH: Pstream: Feed through outstanding requests more. See #1626.

This e.g. was giving a problem with using volPointInterpolation (in
functionObjects) with non-blocking global reductions.
This commit is contained in:
mattijs
2020-06-10 12:10:02 +01:00
parent ff568aa67f
commit aa956f4b05
11 changed files with 20 additions and 12 deletions

View File

@ -763,7 +763,7 @@ void correctCoupledBoundaryConditions(fvMesh& mesh)
|| Pstream::defaultCommsType == Pstream::commsTypes::nonBlocking
)
{
label nReq = Pstream::nRequests();
const label nReq = Pstream::nRequests();
forAll(bfld, patchi)
{