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
@mayrmt I will have a look at this using your configuration to hopefully reproduce the error.
It would be a bit frustrating if the error is indeed stemming from the transposer but it can certainly be fixed non the less.
Bug Report
@trilinos/muelu
@lucbv @pohm01 @rstumin
Description
Since the addition of the
RegionRFactory
in PR #7672, the associated unit tests keeps failing on my machine (though it passes on @lucbv's machine).Here's the log of the screen output.
Using a bunch of
std::cout
statements, I could track it down. The linein
Tpetra_RowMatrixTransposer_def.hpp
fails.Steps to Reproduce
SHA1: 71d6e40
Configure script: do-configure-trilinos_muelu_tpetra.txt
Configure log: [attach here]
Build log: [attach here]
Input deck: [attach here]
Run
ctest -R Region
inpackages/muelu/test/unit_tests/
Error log: see above.
Additional Information
This becomes more problematic, as we are currently reorganising the regionMG source code. Proper testing is crucial there, so we need to resolve this.
Since this passes on @lucbv's machine, this might also just be related to my configuration (see attachments), though I can't tell for sure.
The text was updated successfully, but these errors were encountered: