Hi,

On Wed, Mar 21, 2018, at 12:56 CDT, Sambit Das <[email protected]> wrote:

> I suspect that when main.cc is compiled standalone it links to the
> dealii's bundled tbb, but when it is compiled with other .cc files it
> links to intel's tbb  as seen from the stacktrace. I have checked my
> dealii installation and it uses bundled tbb. I am using intel/18.0.1,
> openmpi/3.0.0/intel/18.0.1 and cmake/3.5.2 for dealii installation,
> with petsc, slepc and p4est as external libraries.

This is exactly the problem! You cannot mix two TBB libraries (internal
and external in your case, but that doesn't matter) in the link
interface.

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.

You have to recompile deal.II to use the external TBB library
instead. [1]

Best,
Matthias

[1] I checked - on my systems you minimal example does not show a
    problem - nice minimal test case by the way!

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