Bruno,

It looks like you are not the only one to have this problem:
https://github.com/trilinos/Trilinos/issues/8299
https://github.com/trilinos/Trilinos/issues/9426

Possible solution from the second issue:  use `-DBUILD_SHARED_LIBS:BOOL=OFF` 
or add -undefined dynamic_lookup to CMAKE_CXX_FLAGS

Best,

Bruno
On Friday, October 29, 2021 at 9:41:01 AM UTC-4 Wolfgang Bangerth wrote:

> On 10/29/21 7:10 AM, [email protected] wrote:
> > Is there a way to disable the usage of Zadelus from deal.II?
> > I don't see any CMAKE options that I could pass to disable Zadelus.
> > I tried googling the component and I can't figure out what it is...
> > :)
> > I'll ask my cluster administrator to recompile Trilinos with Zadelus, I 
> just 
> > hope it's not an old component that was deprecated in Trilinos 13.0.1
>
> I think you will have to recompile Trilinos without that specific package. 
> When you compile Trilinos, you pass a list of cmake flags of the form 
> TPL_ENABLE_... for the package you want, and you probably want to omit (or 
> explicitly disable) the one that is the problem.
>
> 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].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/dealii/006ba3f4-011c-403b-b866-c29b0a6f4188n%40googlegroups.com.

Reply via email to