From 15ab7c069476674d86bd6fc31863d75928bb7c52 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Thu, 7 Jul 2022 21:39:39 -0600 Subject: [PATCH] Add a changelog. --- doc/news/changes/minor/20220707Bangerth | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 doc/news/changes/minor/20220707Bangerth diff --git a/doc/news/changes/minor/20220707Bangerth b/doc/news/changes/minor/20220707Bangerth new file mode 100644 index 0000000000..e877f7e1e0 --- /dev/null +++ b/doc/news/changes/minor/20220707Bangerth @@ -0,0 +1,6 @@ +New: There are now functions Utilities::MPI::isend() and +Utilities::MPI::irecv() that can send and receive arbitrary objects to +and from other processes, and that handle all of the setting up and +tearing down of MPI objects and temporary buffers. +
+(Wolfgang Bangerth, 2022/07/07) -- 2.39.5