ENH: mpi: use per-application communicator.

This commit is contained in:
mattijs
2020-12-08 13:57:42 +00:00
committed by Andrew Heather
parent 627d79dba6
commit 89f2cda3ab
42 changed files with 4245 additions and 597 deletions

View File

@ -511,9 +511,9 @@ void writeProcAddressing
patchDistMap.constructMap(),
patchDistMap.constructHasFlip(),
patchMap,
label(-1),
eqOp<label>(),
flipOp(),
label(-1),
UPstream::msgType()
);
}