From: Timo Heister Date: Wed, 3 Jun 2020 15:24:15 +0000 (-0400) Subject: rename cpp-taskflow -> taskflow X-Git-Tag: v9.3.0-rc1~1488^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=90b478d4c719a47f529c12ff3035a5485c66406f;p=dealii.git rename cpp-taskflow -> taskflow --- diff --git a/tests/quick_tests/taskflow.cc b/tests/quick_tests/taskflow.cc index 25747b529f..f5eacbf656 100644 --- a/tests/quick_tests/taskflow.cc +++ b/tests/quick_tests/taskflow.cc @@ -13,7 +13,7 @@ // // --------------------------------------------------------------------- -// test cpp-taskflow +// test taskflow #include @@ -72,7 +72,7 @@ main() { MultithreadInfo::set_thread_limit(); - std::cout << "cpp-taskflow will use " + std::cout << "taskflow will use " << MultithreadInfo::get_taskflow_executor().num_workers() << " out of " << MultithreadInfo::n_cores() << " cores." << std::endl