Testing: remove barrier
This commit is contained in:
parent
5e9baf85c6
commit
efb22e56fd
1 changed files with 1 additions and 2 deletions
|
@ -420,8 +420,7 @@ void Foam::mapDistribute::compact(const boolList& elemIsUsed, const int tag)
|
||||||
|
|
||||||
|
|
||||||
// Wait for all to finish
|
// Wait for all to finish
|
||||||
|
// Pstream::waitRequests(startOfRequests);
|
||||||
Pstream::waitRequests(startOfRequests);
|
|
||||||
|
|
||||||
|
|
||||||
// Compact out all submap entries that are referring to unused elements
|
// Compact out all submap entries that are referring to unused elements
|
||||||
|
|
Reference in a new issue