Skip to content

Revert "Merge pull request #2501 from bartlettroscoe/2473-disable-random-failing-anasazi-tests" (#2473)

Created by: bartlettroscoe

CC: @fryeguy52, @trilinos/anasazi

Description

This reverts commit 2e9da0c9, reversing changes made to c828f5ad.

The merge branch in PR #2517 should allow these tests to pass now.

This should resolve #2473 (closed). We will just need to to observe these tests passing.

Note that this just impacts the tests that run in the ATDM Trilinos builds and does not impact any actual code in Trilinos at all or any of the auto PR builds.

How this was tested

I tested this on white with:

$ bsub -x -I -q rhel7F -n 16 \
  ./checkin-test-atdm.sh cuda-debug gnu-debug-openmp \
  --enable-all-packages=off --no-enable-fwd-packages \
  --enable-packages=Anasazi --local-do-all

...

PASSED (NOT READY TO PUSH): Trilinos: white24

Mon Apr 23 11:55:40 MDT 2018

Enabled Packages: Anasazi

Build test results:
-------------------
0) MPI_RELEASE_DEBUG_SHARED_PT => Test case MPI_RELEASE_DEBUG_SHARED_PT was not run! => Does not affect push readiness! (-1.00 min)
1) cuda-debug => passed: passed=74,notpassed=0 (14.77 min)
2) gnu-debug-openmp => passed: passed=74,notpassed=0 (3.84 min)

Checklist

  • My commit messages mention the appropriate GitHub issue numbers.
  • My code follows the code style of the affected package(s).
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have read the code contribution guidelines for this project.
  • I have added tests to cover my changes.
  • All new and existing tests passed.
  • No new compiler warnings were introduced.
  • These changes break backwards compatibility.

Merge request reports