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.

Best,
Sambit

On Wednesday, March 21, 2018 at 2:44:54 PM UTC-5, Sambit Das wrote:
>
> Hi Matthias,
>
> Thanks for your reply.
>
>>
>>
>> Out of curiosity, can you please attach the detailed.log file so that we 
>> can have a look at the full link interface? :-) I am curious where tbb 
>> comes in. 
>>
>> I have attached below*dealiiDetailed.log*. There it is picking up the 
> bundled tbb, but when i took a look at the CMakeOutput.log  (attached below 
> *dealiiInstallationCMakeOutput.log) *- it has picked up intel's tbb.
>  
>
>> You have to recompile deal.II to use the external TBB library 
>> instead. [1]
>>
> Is there a dealii cmake flag to force dealii to use external tbb library?
>
> Best,
> Sambit 
>

-- 
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.

Reply via email to