From: Martin Kronbichler Date: Mon, 31 May 2021 09:30:44 +0000 (+0200) Subject: Remove changelog entry about taskflow X-Git-Tag: v9.3.0~3^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F12362%2Fhead;p=dealii.git Remove changelog entry about taskflow --- diff --git a/doc/news/9.2.0-vs-9.3.0.h b/doc/news/9.2.0-vs-9.3.0.h index c1bbd78d60..0418ab2f0b 100644 --- a/doc/news/9.2.0-vs-9.3.0.h +++ b/doc/news/9.2.0-vs-9.3.0.h @@ -595,16 +595,6 @@ inconvenience this causes. (David Wells, 2020/09/09) -
  • - New: The multithreading framework in the library has been completely revamped: - Intel TBB has been replaced by taskflow, which is bundled within the - library. Multithreading support is now unconditionally enabled and we removed - the CMake option DEAL_II_WITH_THREADS. The tasking framework can be controlled - using MultithreadInfo and the DEAL_II_NUM_THREADS environment variable. -
    - (Wolfgang Bangerth, Timo Heister, Matthias Maier, 2020/05/25) -
  • -
  • Changed: The internal data structures of DoFHandler have been modified to use compressed row storage, enabling it to also handle hp::DoFHandler functionalities.