openfoam/applications/test/treeComms
Mark Olesen 7006056eae 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.
2024-03-06 11:10:54 +01:00
..
Make ENH: bundle Pstream:: AllGather methods 2022-03-31 15:56:04 +02:00
Test-treeComms.C ENH: remove blocking communication for gather patterns 2024-03-06 11:10:54 +01:00