Skip to content
Snippets Groups Projects
Commit 7006056e authored by Mark OLESEN's avatar Mark OLESEN
Browse files

ENH: remove blocking communication for gather patterns

ENH: eliminate unnecessary duplicate communicator

- in globalMeshData previously had a comm_dup hack to avoid clashes
  with deltaCoeffs calculations. However, this was largely due to a
  manual implementation of reduce() that used point-to-point
  communication. This has since been updated to use an MPI_Allreduce
  and now an MPI_Allgather, neither of which need this hack.
parent b98f53ce
Branches
Tags
1 merge request!695OpenFOAM v2406
Showing
with 128 additions and 401 deletions
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment