-
Notifications
You must be signed in to change notification settings - Fork 61
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
update Trilinos to 13.2 #297
Conversation
fixes #252 |
I am already using deal.II with Trilinos 13.2.0 (because I need a certain feature, that is only available in Trilinos >= 13). But tpetra and muelu are not usable in deal.II with Trilinos >=13. Since the test "Performing Test TRILINOS_TPETRA_IS_FUNCTIONAL" fails, therefore also the test "TRILINOS_MUELU_IS_FUNCTIONAL" fails, as muelu is used through tpetra in deal.II. I just tested these changes and both tests also failed (see below). So far I have not found the origin of this problem.
Edit: This is related to Issue #261 |
deal.II does not support Tpetra when using Trilinos 13.2 see dealii/dealii#13973
This is not true. The error message you posted clearly says that we are using the Epetra backend from MueLU |
I played a little bit with this, but I can not compile trilinos 13.2 with tpetra disabled:
Unfortunately, this means we can not use Muelu in the current configuration. |
Regardless, we should merge this PR... |
(cherrypicked to 9.4 branch) |
This fixes compilation on Ubuntu 22.04