openfoam/applications/utilities/miscellaneous
Mark Olesen d38de84d21 ENH: bundle Pstream:: AllGather methods
- bundles frequently used 'gather/scatter' patterns more consistently.

  - combineAllGather     -> combineGather + broadcast
  - listCombineAllGather -> listCombineGather + broadcast
  - mapCombineAllGather  -> mapCombineGather + broadcast
  - allGatherList        -> gatherList + scatterList
  - reduce               -> gather + broadcast (ie, allreduce)

- The allGatherList currently wraps gatherList/scatterList, but may be
  replaced with a different algorithm in the future.

STYLE: PstreamCombineReduceOps.H is mostly unneeded now
2022-03-31 15:56:04 +02:00
..
foamDictionary ENH: improve consistency of fileName handling windows/non-windows (#2057) 2021-04-19 16:33:42 +00:00
foamFormatConvert ENH: bundle Pstream:: AllGather methods 2022-03-31 15:56:04 +02:00
foamHasLibrary ENH: add -verbose support into argList 2021-11-09 15:44:54 +01:00
foamHelp ENH: use singleton method for accessing runtime selection 2021-11-05 17:21:27 +01:00
foamListRegions ENH: no implicit loading of controlDict libs for foamListRegions (#1713) 2020-05-23 15:53:17 +02:00
foamListTimes ENH: add -verbose support into argList 2021-11-09 15:44:54 +01:00
foamRestoreFields ENH: add -verbose support into argList 2021-11-09 15:44:54 +01:00
OSspecific CONFIG: improve support for compiler/link options (#1830) 2020-09-07 09:45:51 +02:00
patchSummary GIT: Header file updates 2019-10-31 14:48:44 +00:00