From: Daniel Garcia-Sanchez Date: Wed, 23 Dec 2020 11:59:06 +0000 (+0100) Subject: Add changelog X-Git-Tag: v9.3.0-rc1~723^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=aa58f586d7fa17c2104f1c1b25cd02e09bdc2550;p=dealii.git Add changelog --- 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)