Hi Wolfgang, To be honest I don't think it's described in readme how to use the bundled version, or at least I couldn't find it. I tried adding the parameter -DTBB_INCLUDE_DIR="../bundled/tbb41_20130401oss/include/tbb" but cmake finds the system library at /usr/lib64/libtbb.so and uses it anyway, and I wasn't able to find the .so file within DealII folder to specify its location.
Best regards, Lev Karatun. 2017-06-26 22:56 GMT-04:00 Wolfgang Bangerth <[email protected]>: > On 06/26/2017 10:05 AM, Lev Karatun wrote: > >> >> #define TBB_VERSION_MAJOR 2 >> #define TBB_VERSION_MINOR 2 >> > > That is quite an old version of the TBB. The one we bundle with deal.II is > 4.1. Can you try to force using the bundled version of the TBB? It should > be described in doc/readme.html how to do that. > > Best > W. > > -- > ------------------------------------------------------------------------ > Wolfgang Bangerth email: [email protected] > www: http://www.math.colostate.edu/~bangerth/ > > -- 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.
