openfoam/applications/test/parallel-nbx2
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: support UOPstream and UIPstream as formatters with an external buffer 2023-02-09 10:44:42 +01:00
Test-parallel-nbx2.C ENH: remove blocking communication for gather patterns 2024-03-06 11:10:54 +01:00