From d1ee204b2174d6aff4eacc6f2d64c6812b80e6f8 Mon Sep 17 00:00:00 2001 From: Martin Kronbichler Date: Mon, 16 Sep 2019 09:37:13 +0200 Subject: [PATCH] Changelog --- doc/news/changes/minor/20190916MartinKronbichler | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 doc/news/changes/minor/20190916MartinKronbichler diff --git a/doc/news/changes/minor/20190916MartinKronbichler b/doc/news/changes/minor/20190916MartinKronbichler new file mode 100644 index 0000000000..06e7a5921d --- /dev/null +++ b/doc/news/changes/minor/20190916MartinKronbichler @@ -0,0 +1,6 @@ +Improved: The gzip compression previously applied by +GridTools::exchange_cell_data_to_ghosts() has been disabled because network +throughput is typically higher than the rate by which gzip is able to +compress. This speeds up DoFHandler::distribute_dofs(), among others. +
+(Martin Kronbichler, 2019/09/16) -- 2.39.5