-
Notifications
You must be signed in to change notification settings - Fork 575
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
Ifpack2: Test failure in MPI=off build #11934
Comments
Automatic mention of the @trilinos/ifpack2 team |
fyi @tmranse |
@jhux2 Got it, was planning on removing the |
@tmranse I think it's fine to wait for the new integration, thanks. |
@tmranse Would it be possible to also fix issues with Scalar=float in the next PR? Thanks! |
FYI, there are also valgrind warnings about MDF: |
@lucbv : FYI |
@tmranse The recent PR changed the failure mode of the MDF unit tests: |
@cgcgcg I'm a little confused by this since the only place Ifpack2_UnitTestMDF.cpp calls AdditiveSchwarz is wrapped in the same ifdef guards as that throw. A lot of the line numbers the tests are reporting also are just pointing to empty lines. Is there some other branch I should be looking at for these tests? Can you point me to a reference to recreate them if so? |
Hm, good catch about the line numbers. The build seems to be stuck on an old commit. Lemme investigate. |
@tmranse Looks like the unit test failure is indeed fixed! Sorry about that. Valgrind on the other hand is still complaining: |
is this fixed? |
@GrahamBenHarper You can check the valgrind report here: https://testing.sandia.gov/cdash/viewDynamicAnalysis.php?buildid=11633396 |
Oh I understand now. We're waiting on a kokkos-kernels promotion to cover this. Sorry about that |
@trilinos/ifpack2 @tmranse
Bug Report
The unit test for the newly added MDF preconditioner is failing when Trilinos is built without MPI:
https://testing.sandia.gov/cdash/test/161038709
This build configuration is not super important, but this should probably be fixed in the next PR for MDF.
The text was updated successfully, but these errors were encountered: