-
Notifications
You must be signed in to change notification settings - Fork 572
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
MueLu: Notay unit tests fail in parallel #7860
Comments
Fix has been merged to |
Is this actually fixed? Looking at the dashboard, it seems that it's still failing in a couple of builds. |
@cgcgcg It was merged to |
@cgcgcg Dashboard as of last night seems to show this test to be passing: https://testing.sandia.gov/cdash/index.php?project=Trilinos&date=2020-08-26&subproject=MueLu |
I was going to show this as an example that the issue is still there: https://testing.sandia.gov/cdash/test/27665978 |
I leave it up to you to reopen, if we're not sure, whether this has really been fixed. I have to admit, that I currently don't have a clear overview over the different dashboards. |
@cgcgcg I had another look at the dashboard (https://testing.sandia.gov/cdash/index.php?subproject=MueLu&project=Trilinos) and it seems that the Notay tests is not failing anymore. |
Yup, Jonathan fixed our testing :-) |
Bug Report
@trilinos/muelu
Description
When running the MueLu unit tests with Tpetra enabled (and Epetra disabled), the units tests pass on 1 MPI rank, but fail on 4 MPI ranks. In particular, the test
NotayAggregation_double_int_int_Kokkos_Compat_KokkosSerialWrapperNode_InitialAggregation2D_UnitTest
fails with this screen output:All other Notay unit tests pass.
Additional Information
I have set the
-D Teuchos_GLOBALLY_REDUCE_UNITTEST_RESULTS:BOOL=ON
option. When setting this option toOFF
, all unit tests pass.Steps to Reproduce
ctest -R UnitTests
The text was updated successfully, but these errors were encountered: