From aa58f586d7fa17c2104f1c1b25cd02e09bdc2550 Mon Sep 17 00:00:00 2001 From: Daniel Garcia-Sanchez Date: Wed, 23 Dec 2020 12:59:06 +0100 Subject: [PATCH] Add changelog --- doc/news/changes/minor/20201223GarciaSanchez | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 doc/news/changes/minor/20201223GarciaSanchez diff --git a/doc/news/changes/minor/20201223GarciaSanchez b/doc/news/changes/minor/20201223GarciaSanchez new file mode 100644 index 0000000000..460422a7f2 --- /dev/null +++ b/doc/news/changes/minor/20201223GarciaSanchez @@ -0,0 +1,5 @@ +Improved: If there is an uncaught exception the destructor of the HDF5 +interface does not call H5Dclose, H5Gclose or H5Fclose. In addition, +to avoid MPI synchronization and a possible deadlock, the destructor +calls MPI_Abort(). +(Daniel Garcia-Sanchez, 2020/12/23) -- 2.39.5