openfoam/etc
Mark Olesen 7f355ba343 STYLE: communication name "buffered" instead of "blocking"
- "buffered" corresponds to MPI_Bsend (buffered send),
  whereas the old name "blocking" is misleading since the
  regular MPI_Send also blocks until completion
  (ie, buffer can be reused).

ENH: IPstream::read() returns std::streamsize instead of label (#3152)

- previously returned a 'label' but std::streamsize is consistent with
  the input parameter and will help with later adjustments.

- use <label> instead of <int> for internal accounting of the message
  size, for consistency with the underyling List<char> buffers used.

- improve handling for corner case of IPstream receive with
  non-blocking, although this combination is not used anywhere
2024-04-29 10:19:40 +02:00
..
caseDicts DOC: topoSet: add zones instead of sets 2024-03-27 09:17:18 +00:00
codeTemplates Use factory Clone for patch fields 2024-01-23 11:22:19 +00:00
config.csh CONFIG: add user/group libraries into path separately (#2948) 2024-02-06 22:16:22 +01:00
config.sh ENH: adjust renumbering methods, extend renumberMesh options 2024-03-06 17:58:47 +01:00
templates RELEASE: Updated headers to v2312 2023-12-20 19:42:55 +01:00
thermoData thermophysicalModels: Changed specie thermodynamics from mole to mass basis 2017-02-17 11:22:14 +00:00
bashrc RELEASE: Updated version to v2312 2023-12-21 11:51:03 +00:00
cellModels RELEASE: Updated headers to v2312 2023-12-20 19:42:55 +01:00
colourTables RELEASE: Updated headers to v2312 2023-12-20 19:42:55 +01:00
controlDict STYLE: communication name "buffered" instead of "blocking" 2024-04-29 10:19:40 +02:00
cshrc RELEASE: Updated version to v2312 2023-12-21 11:51:03 +00:00
openfoam CONFIG: support call of 'openfoam' wrapper in other in-project locations 2023-04-18 20:19:29 +02:00