You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Trilinos is now building fine in serial but there is still a failing test with std::complex due to a parameter list input. Hopefully a simple type casting should fix that, testing a complex build before doing a new PR.
MueLu: fix#2664 for std::complex using a cast in parameter list
lucbv
changed the title
MueLu: blocked repartitioning fails to build in serial
MueLu: blocked repartitioning fails to build in serial and with complex
May 4, 2018
@trilinos/muelu
@csiefer2
Expectations
We should fix the
MueLu::RepartitionBlockDiagonalFactory
factory to have it build correctly in serialCurrent Behavior
This build fails in the clean track and we should fix it.
Motivation and Context
The clean track should be clean...
Definition of Done
Possible Solution
I am guessing that something ETI related is blocking this build but further investigation is required.
Steps to Reproduce
Just look at the config for the failing build on the dashboard to reproduce the error.
The text was updated successfully, but these errors were encountered: