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
..
2020-06-08 15:43:47 +01:00
2024-01-08 17:42:55 +01:00
2023-07-27 16:52:03 +02:00
2024-01-08 17:42:55 +01:00
2023-05-09 19:30:57 +02:00
2024-02-20 16:56:22 +01:00
2023-02-21 10:05:26 +01:00
2022-02-10 19:28:50 +01:00
2020-06-08 15:43:47 +01:00
2024-02-20 16:56:22 +01:00
2023-07-31 20:11:32 +02:00
2020-06-08 15:43:47 +01:00
2024-04-16 10:18:08 +02:00
2023-01-23 14:52:29 +01:00
2023-05-09 19:30:57 +02:00
2021-06-23 08:11:12 +00:00
2023-07-04 17:25:25 +02:00
2019-10-31 14:48:44 +00:00
2020-06-08 15:43:47 +01:00
2024-02-20 16:56:22 +01:00
2024-04-16 10:18:08 +02:00
2024-02-21 14:31:40 +01:00
2023-05-09 19:30:57 +02:00
2023-07-27 16:52:03 +02:00
2021-11-26 11:22:36 +00:00
2023-07-31 20:11:32 +02:00
2022-03-31 15:56:04 +02:00
2020-06-08 15:43:47 +01:00
2023-10-23 09:45:41 +02:00
2020-06-08 15:43:47 +01:00
2020-06-08 15:43:47 +01:00
2022-11-22 13:14:53 +01:00
2020-06-08 15:43:47 +01:00
2024-02-20 16:56:22 +01:00
2024-02-20 16:56:22 +01:00
2020-09-08 09:20:51 -07:00
2023-09-27 17:09:13 +01:00
2020-12-22 12:15:06 +00:00
2024-02-21 14:31:40 +01:00
2021-10-29 17:04:51 +02:00
2020-12-22 12:15:06 +00:00
2020-06-08 15:43:47 +01:00
2020-06-08 15:43:47 +01:00
2022-11-23 13:41:20 +00:00
2024-04-29 10:19:40 +02:00
2024-02-20 16:56:22 +01:00
2024-02-20 16:56:22 +01:00
2022-06-29 15:29:02 +01:00
2020-12-14 17:03:09 +01:00
2024-01-09 11:56:45 +00:00
2023-07-27 16:52:03 +02:00
2023-07-31 20:11:32 +02:00
2024-02-21 14:31:40 +01:00
2021-10-29 17:04:51 +02:00
2024-02-21 14:31:40 +01:00
2023-05-09 19:30:57 +02:00
2024-02-21 14:31:40 +01:00
2020-12-22 12:15:06 +00:00
2021-11-26 11:22:36 +00:00
2024-02-21 14:31:40 +01:00
2024-02-20 16:56:22 +01:00
2022-11-08 16:48:08 +00:00
2024-02-21 14:31:40 +01:00
2024-02-21 14:31:40 +01:00
2024-02-21 14:31:40 +01:00
2024-02-21 14:31:40 +01:00
2023-06-21 15:03:18 +01:00
2024-01-17 10:44:17 +01:00
2020-06-08 15:43:47 +01:00
2024-02-20 16:56:22 +01:00
2023-07-31 20:11:32 +02:00
2024-02-21 14:31:40 +01:00
2022-02-25 16:08:47 +01:00
2020-06-08 15:43:47 +01:00
2024-01-17 10:44:17 +01:00
2024-04-16 10:18:08 +02:00
2024-04-16 10:18:08 +02:00
2023-05-02 13:34:12 +02:00
2023-05-02 13:34:12 +02:00
2021-11-26 11:22:36 +00:00
2024-02-20 16:56:22 +01:00
2024-04-16 10:18:08 +02:00