On Mon, Dec 5, 2016 at 10:03 PM, Timo Heister <[email protected]> wrote:
> > 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 > Weirdly I do not have detailed.log under the build directory. > 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 > I printed out all the compiler and linker commands and confirmed that it is using tbb4.4.4 that comes with gcc6.2.1. -- > 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 a topic in the > Google Groups "deal.II User Group" group. > To unsubscribe from this topic, visit https://groups.google.com/d/ > topic/dealii/oJxQubGPhwA/unsubscribe. > To unsubscribe from this group and all its topics, send an email to > [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- 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.
