From be939a115fc4af316f4810de741ddf810ec5826d Mon Sep 17 00:00:00 2001 From: Timo Heister Date: Sun, 31 May 2020 08:55:55 -0400 Subject: [PATCH] threading changelog entry --- doc/news/changes/major/20200529various | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 doc/news/changes/major/20200529various diff --git a/doc/news/changes/major/20200529various b/doc/news/changes/major/20200529various new file mode 100644 index 0000000000..5da415f3aa --- /dev/null +++ b/doc/news/changes/major/20200529various @@ -0,0 +1,7 @@ +New: The multithreading framework in the library has been completely revamped: +Intel TBB has been replaced by cpp-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) -- 2.39.5