Skip to content

Disable MueLu_UnitTestsTpetra_MPI_4 for standard CI GCC 4.8.4 OpenMP build (#3035)

Created by: bartlettroscoe

Description

This test has already been disabled for the Trilinos GCC 4.8.4 OpenMP PR build, but since that build duplicated all of these options instead of sharing the files, it did not get updated for this build.

This should allow us to finally add "Disabled Tests" label to #3035 (closed).

Motivation and Context

The CI build was failing because of this since 6/20/2018. I did not see that because a name change in that CI build for adding OPENMP to the name broke my email filter.

How Has This Been Tested?

I tested this with the checkin-test-sems.sh script locally and saw in the configure output:

...
-- Setting MueLu_UnitTestsTpetra_MPI_4_DISABLE='TRUE' by default
...
-- MueLu_UnitTestsTpetra_MPI_4: NOT added test because MueLu_UnitTestsTpetra_MPI_4_DISABLE='TRUE'!
...

Checklist

  • My commit messages mention the appropriate GitHub issue numbers.

Merge request reports