openfoam/applications/test/parallel-comm1
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
..
Make ENH: cleaner separation of global and local world naming 2022-12-01 12:18:38 +00:00
oneBlock_cyclic RELEASE: Updated headers to v2312 2023-12-20 19:42:55 +01:00
twoBlocks_cyclicAMI RELEASE: Updated headers to v2312 2023-12-20 19:42:55 +01:00
Test-parallel-comm1.C STYLE: communication name "buffered" instead of "blocking" 2024-04-29 10:19:40 +02:00