From: Timo Heister Date: Sun, 31 May 2020 12:55:55 +0000 (-0400) Subject: threading changelog entry X-Git-Tag: v9.3.0-rc1~1503^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=be939a115fc4af316f4810de741ddf810ec5826d;p=dealii.git threading changelog entry --- 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)