From 29ca74ca9a20ae0942e0bda49076cffba306ddb2 Mon Sep 17 00:00:00 2001 From: Martin Kronbichler Date: Tue, 11 Jun 2019 14:42:24 +0200 Subject: [PATCH] Fix typo and language inaccuracy in 9.1 changelog --- doc/news/9.0.1-vs-9.1.0.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/news/9.0.1-vs-9.1.0.h b/doc/news/9.0.1-vs-9.1.0.h index f105dad4cb..7e744aaa2e 100644 --- a/doc/news/9.0.1-vs-9.1.0.h +++ b/doc/news/9.0.1-vs-9.1.0.h @@ -231,7 +231,7 @@ inconvenience this causes.
  • - New: Ths step-64 tutorial demonstrates how to use the CUDAWrappers::MatrixFree + New: The step-64 tutorial demonstrates how to use the CUDAWrappers::MatrixFree framework (possibly with MPI) and discusses the peculiarities of using CUDA inside deal.II in general.
    @@ -1928,8 +1928,8 @@ inconvenience this causes. LinearAlgebra::distributed::BlockVector::update_ghost_values() and LinearAlgebra::distributed::BlockVector::compress() calls on block vectors with many blocks, rather than splitting each method into two parts for - overlapping communication and computation. The latter is inefficient as soon - as too many MPI requests are in flight. + overlapping communication and computation. The latter is inefficient once + too many MPI requests are in flight.
    (Martin Kronbichler, Denis Davydov, 2018/05/24)
  • -- 2.39.5