On 6/2/26 12:03, Victor Eijkhout wrote:
Those are not all the cases. What happens if D2 was configured with Trilinos
AND petsc-with-no-complex?
It takes the first #if branch that matches, which in that case would be the
one that selects Trilinos.
In a separate message, you asked what the precise combination of flags is that
works. This is encoded in CMakeLists.txt:
if(NOT ((DEAL_II_WITH_PETSC AND NOT DEAL_II_PETSC_WITH_COMPLEX) OR
DEAL_II_WITH_TRILINOS) OR NOT DEAL_II_WITH_P4EST)
message(FATAL_ERROR "...")
Best
W.
--
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 visit
https://groups.google.com/d/msgid/dealii/54ea4663-2112-4faa-9b39-e537afbef415%40colostate.edu.