> I believe it is using the TBB that come with the GCC 6.2.1. Although I didn't > find > it in cmake output,
Can you do $ grep THREADS detailed.log in your build directory? It should show something like # DEAL_II_WITH_THREADS set up with bundled packages # THREADS_CXX_FLAGS = -Wno-parentheses # THREADS_LINKER_FLAGS = -pthread # THREADS_DEFINITIONS_DEBUG = TBB_USE_DEBUG;TBB_DO_ASSERT=1 # THREADS_USER_DEFINITIONS_DEBUG = TBB_USE_DEBUG;TBB_DO_ASSERT=1 # THREADS_BUNDLED_INCLUDE_DIRS = /ssd/deal-git/bundled/tbb41_20130401oss/include # THREADS_LIBRARIES = dl -- Timo Heister http://www.math.clemson.edu/~heister/ -- The deal.II project is located at http://www.dealii.org/ For mailing list/forum options, see https://groups.google.com/d/forum/dealii?hl=en --- You received this message because you are subscribed to the Google Groups "deal.II User Group" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
