On 7/12/23 11:56, Mathieu wrote:

I compiled deal.II with tbb enabled.
My *question* is if there is a way to "turn off" the tbb dependency (using a cmake variable) locally such that
ldd ./step-1
does not contain *libtbb.so.2* anymore.
I know that one can do for instance
export DEAL_II_NUM_THREADS=1,
but that has no effect on the ldd call.

Right. You need to recompile and reinstall deal.II if you change this configuration parameter.

Best
 W.

--
------------------------------------------------------------------------
Wolfgang Bangerth          email:                 bange...@colostate.edu
                           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 dealii+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/dealii/e0086d37-3acd-e374-dab0-6ac10b00f50e%40colostate.edu.

Reply via email to