From: Martin Kronbichler Date: Thu, 20 Jul 2017 15:16:15 +0000 (+0200) Subject: Add changelog. X-Git-Tag: v9.0.0-rc1~1397^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F4640%2Fhead;p=dealii.git Add changelog. --- diff --git a/doc/news/changes/minor/20170720MartinKronbichler b/doc/news/changes/minor/20170720MartinKronbichler new file mode 100644 index 0000000000..5de8231a42 --- /dev/null +++ b/doc/news/changes/minor/20170720MartinKronbichler @@ -0,0 +1,5 @@ +Fixed: The ghost layer computation for the case when periodic boundary +conditions were set on all boundaries in 3D missed some cells leading to a +deadlock when used on 43 MPI ranks or more. This is now fixed. +
+(Martin Kronbichler, 2017/07/20)