]> https://gitweb.dealii.org/ - dealii.git/commitdiff
remove dead taskflow code from includes
authorMatthias Maier <tamiko@43-1.org>
Sat, 22 May 2021 15:39:12 +0000 (10:39 -0500)
committerMatthias Maier <tamiko@43-1.org>
Sat, 22 May 2021 15:39:12 +0000 (10:39 -0500)
include/deal.II/base/config.h.in
include/deal.II/base/multithread_info.h

index 3d4445f07d1fa4abaad64cbe0be472fe96d63a62..e0bd528ebd15d778f49a08327c6a2a510ad0b8f7 100644 (file)
@@ -59,7 +59,6 @@
 #cmakedefine DEAL_II_WITH_SLEPC
 #cmakedefine DEAL_II_WITH_SUNDIALS
 #cmakedefine DEAL_II_WITH_SYMENGINE
-#cmakedefine DEAL_II_WITH_TASKFLOW
 #cmakedefine DEAL_II_WITH_TBB
 #cmakedefine DEAL_II_WITH_TRILINOS
 #cmakedefine DEAL_II_WITH_UMFPACK
index 34a74d0892230161b8d4c85bf7fee484e0208016..1ed40c355580773b4ce55c4777bc3fc55397e2e6 100644 (file)
@@ -121,31 +121,11 @@ public:
   initialize_multithreading();
 
 
-#  ifdef DEAL_II_WITH_TASKFLOW
-  /**
-   * Return a reference to the global Executor from taskflow.
-   *
-   * The Executor is set to use n_threads() worker threads that you can
-   * control using set_thread_limit() and the DEAL_II_NUM_THREADS environment
-   * variable.
-   */
-  static tf::Executor &
-  get_taskflow_executor();
-#  endif
-
 private:
   /**
    * Variable representing the maximum number of threads.
    */
   static unsigned int n_max_threads;
-
-#  ifdef DEAL_II_WITH_TASKFLOW
-  /**
-   * Store a taskflow Executor that is constructed with N workers (from
-   * set_thread_limit).
-   */
-  static std::unique_ptr<tf::Executor> executor;
-#  endif
 };
 
 

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.