]> https://gitweb.dealii.org/ - dealii.git/commitdiff
enable taskflow by default
authorTimo Heister <timo.heister@gmail.com>
Sun, 25 Aug 2024 21:19:09 +0000 (17:19 -0400)
committerTimo Heister <timo.heister@gmail.com>
Wed, 28 Aug 2024 20:41:42 +0000 (16:41 -0400)
We now have some tasking functionality implemented via taskflow instead
of TBB. It makes sense to enable it by default to shake out any
problems.

cmake/configure/configure_10_taskflow.cmake

index 9298f0234851686f7514a1787365035cbce43769..9fbee7972dd299a4c2949bd16e05b2b2612d64da 100644 (file)
 # library:
 #
 
-#
-# Disallow the default detection of taskflow for the time being to avoid
-# unpleasant surprises on user side.
-#
-set(DEAL_II_WITH_TASKFLOW OFF CACHE BOOL "")
+set(DEAL_II_WITH_TASKFLOW ON CACHE BOOL "")
 
 macro(feature_taskflow_find_external var)
   find_package(DEAL_II_TASKFLOW)

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.