openfoam/applications/test/router
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 STYLE: uniform 'Test-' prefix for all applications/test 2010-11-23 16:26:04 +01:00
Gather.H ENH: remove blocking communication for gather patterns 2024-03-06 11:10:54 +01:00
Gather.txx ENH: remove blocking communication for gather patterns 2024-03-06 11:10:54 +01:00
router.C ENH: new/revised emplace_back() [for DynamicList/List/PtrDynList/PtrList] 2023-01-27 09:50:45 +01:00
router.H GIT: Header file updates 2019-10-31 14:48:44 +00:00
routerDict RELEASE: Updated headers to v2312 2023-12-20 19:42:55 +01:00
Test-processorRouter.C STYLE: document const-ness of isA, refCast 2023-04-21 15:49:27 +02:00