From: Peter Munch Date: Mon, 29 Jun 2020 22:49:14 +0000 (+0200) Subject: Fix in log: cpp-taskflow -> taskflow X-Git-Tag: v9.3.0-rc1~1351^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8c025f3cf13a05f82daf8fed391db4cf2aa0161f;p=dealii.git Fix in log: cpp-taskflow -> taskflow --- diff --git a/doc/news/changes/major/20200529various b/doc/news/changes/major/20200529various index 5da415f3aa..ae47affaec 100644 --- a/doc/news/changes/major/20200529various +++ b/doc/news/changes/major/20200529various @@ -1,5 +1,5 @@ New: The multithreading framework in the library has been completely revamped: -Intel TBB has been replaced by cpp-taskflow, which is bundled within the +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.