From: Timo Heister Date: Tue, 22 Oct 2019 20:04:46 +0000 (+0200) Subject: changelog X-Git-Tag: v9.2.0-rc1~951^2~3 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f747999808ac2323bec6b4c16ea8683dbd239a86;p=dealii.git changelog --- diff --git a/doc/news/changes/minor/20191022TimoHeister b/doc/news/changes/minor/20191022TimoHeister new file mode 100644 index 0000000000..dbd20386e1 --- /dev/null +++ b/doc/news/changes/minor/20191022TimoHeister @@ -0,0 +1,4 @@ +New: The Utilities::MPI::DuplicatedCommunicator helper class allows +safe duplication and freeing of an MPI communicator. +
+(Timo Heister, 2019/10/22)