]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Ignore some more TBB warnings. 13070/head
authorDavid Wells <drwells@email.unc.edu>
Mon, 13 Dec 2021 20:29:12 +0000 (15:29 -0500)
committerDavid Wells <drwells@email.unc.edu>
Mon, 13 Dec 2021 20:29:12 +0000 (15:29 -0500)
include/deal.II/base/thread_management.h
include/deal.II/base/work_stream.h

index 0772b36e627725c67d9af3021f954d31a2b9544c..d462f14b1b3fc3d7e4e8d8cfc3ba4dedea265952 100644 (file)
@@ -37,7 +37,9 @@
 #  include <vector>
 
 #  ifdef DEAL_II_WITH_TBB
+DEAL_II_DISABLE_EXTRA_DIAGNOSTICS
 #    include <tbb/task_group.h>
+DEAL_II_ENABLE_EXTRA_DIAGNOSTICS
 #  endif
 
 DEAL_II_NAMESPACE_OPEN
index 6b9a1b93bfabe2ff35ecb649c5dc49c88bbde988..210cffd85a0ec829a8b9c40c6fbd5dea4402fe53 100644 (file)
 #  include <deal.II/base/thread_management.h>
 
 #  ifdef DEAL_II_WITH_TBB
+DEAL_II_DISABLE_EXTRA_DIAGNOSTICS
 #    ifdef DEAL_II_TBB_WITH_ONEAPI
 #      include <tbb/parallel_pipeline.h>
 #    else
 #      include <tbb/pipeline.h>
 #    endif
+DEAL_II_ENABLE_EXTRA_DIAGNOSTICS
 #  endif
 
 #  include <functional>

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.