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
Hey @aprokop , I've got everything working and tested except for a failing anasazi solve in the 4-processor eigen_handle tests (both C++ and Fortran wrapper):
p=0: *** Caught standard std::exception of type 'std::logic_error' :
../src/fortrilinos_hl/eigen_handle.cpp:140:
Throw number = 1
Throw test that evaluated to true: !(r == 0)
Error!
The failing line is after
Anasazi::ReturnType r = solver_->solve();
I tried updating the MueLu solver verbosity to see if that would help shed light on the error, but no luck there.
The text was updated successfully, but these errors were encountered:
From this comment:
Hey @aprokop , I've got everything working and tested except for a failing anasazi solve in the 4-processor eigen_handle tests (both C++ and Fortran wrapper):
The failing line is after
I tried updating the MueLu solver verbosity to see if that would help shed light on the error, but no luck there.
The text was updated successfully, but these errors were encountered: