Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • T Trilinos
  • Project information
    • Project information
    • Activity
    • Labels
    • Planning hierarchy
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 936
    • Issues 936
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 22
    • Merge requests 22
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • James Willenbring
  • Trilinos
  • Merge requests
  • !2621

Merged
Created Apr 23, 2018 by James Willenbring@jmwilleMaintainer5 of 9 tasks completed5/9 tasks

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

  • Overview 10
  • Commits 1
  • Changes 2

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.
Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: bartlettroscoe:2473-re-enable-anasazi-tests