-
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_UnitTestsTpetra_MPI* tests failing in build Trilinos-atdm-waterman_cuda-9.2_shared_opt starting 2019-06-02 #5310
Comments
@trilinos/muelu, These are showing errors like shown here showing:
Can someone please update this unit testing code to use TEST_FLOATING_EQUALITY() so we can see the actual numbers to see how far this is failing by? For example, you could use:
That would print the numbers being compared and the tolerance so we can see why this is failing. |
@bartlettroscoe sure I can work on this, I have modified a few things in MueLu recently to start using the epsilon function from Teuchos instead of hard coding a value and it could be the reason for this failure. |
Three updates are made to the testing infrastructure of MueLu: 1) Fixing a bug in Structured Aggregation unit_test 2) Using more appropriate Teuchos macros in TentativePFactory_kokkos unit_test 3) reducing the amount of smoothing in StructuredRegion to speed up these tests
@bartlettroscoe @fryeguy52 I have a PR in progress that updates a few tests in MueLu that were failing for various reasons. Among them the offending unit-test pointed to above. I also want to point at that the pull request auto-tester does not seem to turn on the |
@lucbv said:
Right. Someone needs to clean up all of the flaky Trilinos tests so we can enable that. But for tests you control, just use the unit test driver Teuchos_StandardParallelUnitTestMain.cpp will will globally reduce unit test results. |
Automatically Merged using Trilinos Pull Request AutoTester PR Title: MueLu: updating some tests/unit_tests, see issue #5310 PR Author: lucbv
…s:develop' (8380623). * trilinos-develop: (78 commits) MueLu: fixing an issue in the structured region driver data Updates to handle when a non RK stepper observer is passed in. (trilinos#5324) Xpetra: add forced map writing to unit test MueLu: updating some tests/unit_tests, see issue trilinos#5310 Xpetra: add option to force writing of all maps Fixes to make stk build when BoostLib is not enabled. Add Intel 18.0.5 compiler to ATDM environment. Tpetra: Fix trilinos#4627 Xpetra: don't write maps unnecessarily Fix trilinos#5151. Fix stk cmake files to disable unit and doc tests that depend on STKNGP_TEST if STKNGP_TEST is not enabled. MueLu: removing the Epetra path tests for unit-tests-kokkos, see issue trilinos#4325 Xpetra: fix MultiVector unit-test for Epetra=OFF configuration, see issue trilinos#5300 fix another type of quoting error TrilinosCouplings: More updates for Avatar-as-external-package Correct shell quoting in the package file replacement for python SEACAS: bug fix for may snapshot Python testing - resolve issues found during testing Stk update (trilinos#5289) Xpetra: fixing a specialization of the Xpetra::TpetraOperator see issue trilinos#5293 ...
@fryeguy52 @bartlettroscoe there is some progress, at least the serial test is now passing see this query. |
…s:develop' (8380623). * trilinos-develop: (81 commits) epetra: Fix for unguarded macro defined in SLU epetra: Fix for unguarded SuperLU macro MueLu: fixing an issue in the structured region driver data Xpetra: ETI conversion for Xpetra_TpetraExport.hpp Updates to handle when a non RK stepper observer is passed in. (trilinos#5324) Xpetra: add forced map writing to unit test MueLu: updating some tests/unit_tests, see issue trilinos#5310 Xpetra: add option to force writing of all maps Fixes to make stk build when BoostLib is not enabled. Add Intel 18.0.5 compiler to ATDM environment. Tpetra: Fix trilinos#4627 Xpetra: don't write maps unnecessarily Fix trilinos#5151. Fix stk cmake files to disable unit and doc tests that depend on STKNGP_TEST if STKNGP_TEST is not enabled. MueLu: removing the Epetra path tests for unit-tests-kokkos, see issue trilinos#4325 Xpetra: fix MultiVector unit-test for Epetra=OFF configuration, see issue trilinos#5300 fix another type of quoting error TrilinosCouplings: More updates for Avatar-as-external-package Correct shell quoting in the package file replacement for python SEACAS: bug fix for may snapshot ...
…s:develop' (8380623). * trilinos-develop: (86 commits) Fixed review erros for AMGX rebuilding MueLu: Avatar interface mods TrilinosCouplings: More cleanup to example Fixed rebuild issue for MueLu+AMGX run epetra: Fix for unguarded macro defined in SLU epetra: Fix for unguarded SuperLU macro MueLu: fixing an issue in the structured region driver data Fix std::complex<> interface to GEEV/GGEVX in Teuchos::LAPACK Xpetra: ETI conversion for Xpetra_TpetraExport.hpp Updates to handle when a non RK stepper observer is passed in. (trilinos#5324) Xpetra: add forced map writing to unit test MueLu: updating some tests/unit_tests, see issue trilinos#5310 Xpetra: add option to force writing of all maps Fixes to make stk build when BoostLib is not enabled. Add Intel 18.0.5 compiler to ATDM environment. Tpetra: Fix trilinos#4627 Xpetra: don't write maps unnecessarily Fix trilinos#5151. Fix stk cmake files to disable unit and doc tests that depend on STKNGP_TEST if STKNGP_TEST is not enabled. MueLu: removing the Epetra path tests for unit-tests-kokkos, see issue trilinos#4325 ...
…s:develop' (8380623). * trilinos-develop: (89 commits) bug fixes Panzer: fix multiblock test for order check Tpetra: Fix trilinos#5336 Fixed review erros for AMGX rebuilding MueLu: Avatar interface mods TrilinosCouplings: More cleanup to example Fixed rebuild issue for MueLu+AMGX run epetra: Fix for unguarded macro defined in SLU epetra: Fix for unguarded SuperLU macro MueLu: fixing an issue in the structured region driver data Fix std::complex<> interface to GEEV/GGEVX in Teuchos::LAPACK Xpetra: ETI conversion for Xpetra_TpetraExport.hpp Updates to handle when a non RK stepper observer is passed in. (trilinos#5324) Xpetra: add forced map writing to unit test MueLu: updating some tests/unit_tests, see issue trilinos#5310 Xpetra: add option to force writing of all maps Fixes to make stk build when BoostLib is not enabled. Add Intel 18.0.5 compiler to ATDM environment. Tpetra: Fix trilinos#4627 Xpetra: don't write maps unnecessarily ...
…s:develop' (8380623). * trilinos-develop: (93 commits) Upgrade Intel default environment to 18.0.5 and add sems-rhel7 drivers. Automatic snapshot commit from tribits at 6858917 Automatic snapshot commit from tribits at c8b8ef0 Xpetra: remove GO check in binary reader bug fixes Panzer: fix multiblock test for order check Tpetra: Fix trilinos#5336 Fixed review erros for AMGX rebuilding MueLu: Avatar interface mods TrilinosCouplings: More cleanup to example Fixed rebuild issue for MueLu+AMGX run epetra: Fix for unguarded macro defined in SLU epetra: Fix for unguarded SuperLU macro MueLu: fixing an issue in the structured region driver data Fix std::complex<> interface to GEEV/GGEVX in Teuchos::LAPACK Xpetra: ETI conversion for Xpetra_TpetraExport.hpp Updates to handle when a non RK stepper observer is passed in. (trilinos#5324) Xpetra: add forced map writing to unit test MueLu: updating some tests/unit_tests, see issue trilinos#5310 Xpetra: add option to force writing of all maps ...
FYI: Still lots of random failures of these tests in the build But as shown in this query it looks like the build |
FYI: These tests are showing failures in unit tests with
But there are 16 failures of these tests in this build over that time period as shown in this query that show the errors:
and
Least one may think these are just random failures that impact more than just MueLu tests in this build this query shows that only MueLu tests are showing this error (20 in all). There are no Panzer, Tempus or other downstream packages that show these errors in this build. The set of MueLu tests showing this are:
|
Bug Report
CC: @trilinos/muelu, @srajama1 (Trilinos Linear Solvers Product Lead), @bartlettroscoe, @fryeguy52
Next Action Status
Description
As shown in this query the tests:
are failing in the build since 2019-06-02:
New commits on 2019-06-02
Current Status on CDash
The current status of these tests can be found here
Steps to Reproduce
One should be able to reproduce this failure on as described in:
More specifically, the commands given for are provided at:
The exact commands to reproduce this issue should be:
The text was updated successfully, but these errors were encountered: