On Thu, Mar 22, 2018, at 02:50 CDT, Sambit Das <[email protected]> wrote:
> Hi Matthias, > > I reinstalled dealii to use external tbb library and that resolved my issue > :) > I used the following additional flags: > > -DDEAL_II_WITH_THREADS=ON > -DTBB_INCLUDE_DIRS="/sw/arcts/centos7/intel/18.1/compilers_and_libraries_2018.1.163/linux/tbb/include/tbb" > > -DTBB_USER_INCLUDE_DIRS="/sw/arcts/centos7/intel/18.1/compilers_and_libraries_2018.1.163/linux/tbb/include/tbb" > > -DTBB_LIBRARIES="/sw/arcts/centos7/intel/18.1/compilers_and_libraries_2018.1.163/linux/tbb/lib/intel64_lin/gcc4.4/libtbb.so" > > Thanks a lot for your suggestion. Very nice! That's an awkwardly scattered library :-/ - if everything would be in one place, you could have simply used -DTBB_DIR=... instead. Best, Matthias -- 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.
