Skip to content

Disable tests in cuda rdc PT build already failing in non-rdc build (#4502)

Created by: bartlettroscoe

This disables tests already failing in the matching non-RDC build so those failures have nothing to do with RDC (see #4502 (closed)). This will allow us to promote this build to the "ATDM" group and maintain it. This build is too expensive to run as a Trilinos PR build so the next best thing is to run it as a nightly build.

  • Disables ROL tests from #3543
  • Disables TrilinosCouplings tests from #3749
  • Disables Zoltan tests from #4042

How this was tested

I tested this on 'ride' with:

$ cd /home/rabartl/Trilinos.base/BUILDS/RIDE/CHECKIN/

$ ./checkin-test-atdm.sh \
     cuda-9.2-gnu-7.2.0-rdc-release-debug-pt \
     --enable-all-packages=on --configure

which showed the disables:

$ grep _DISABLE cuda-9.2-gnu-7.2.0-rdc-release-debug-pt/configure.out
...
-- Zoltan_ch_ewgt_zoltan_parallel: NOT added test because Zoltan_ch_ewgt_zoltan_parallel_DISABLE='ON'!
-- Zoltan_ch_grid20x19_zoltan_parallel: NOT added test because Zoltan_ch_grid20x19_zoltan_parallel_DISABLE='ON'!
-- Zoltan_ch_nograph_zoltan_parallel: NOT added test because Zoltan_ch_nograph_zoltan_parallel_DISABLE='ON'!
-- Zoltan_ch_simple_zoltan_parallel: NOT added test because Zoltan_ch_simple_zoltan_parallel_DISABLE='ON'!
...
-- ROL_test_elementwise_TpetraMultiVector_MPI_4: NOT added test because ROL_test_elementwise_TpetraMultiVector_MPI_4_DISABLE='ON'!
-- ROL_example_PDE-OPT_0ld_poisson_example_01_MPI_4: NOT added test because ROL_example_PDE-OPT_0ld_poisson_example_01_MPI_4_DISABLE='ON'!
-- ROL_example_PDE-OPT_0ld_stefan-boltzmann_example_03_MPI_4: NOT added test because ROL_example_PDE-OPT_0ld_stefan-boltzmann_example_03_MPI_4_DISABLE='ON'!
-- ROL_example_PDE-OPT_0ld_adv-diff-react_example_01_MPI_4: NOT added test because ROL_example_PDE-OPT_0ld_adv-diff-react_example_01_MPI_4_DISABLE='ON'!
-- ROL_example_PDE-OPT_0ld_adv-diff-react_example_02_MPI_4: NOT added test because ROL_example_PDE-OPT_0ld_adv-diff-react_example_02_MPI_4_DISABLE='ON'!
-- ROL_example_PDE-OPT_stefan-boltzmann_example_01_MPI_4: NOT added test because ROL_example_PDE-OPT_stefan-boltzmann_example_01_MPI_4_DISABLE='ON'!
-- ROL_example_PDE-OPT_stefan-boltzmann_example_03_MPI_4: NOT added test because ROL_example_PDE-OPT_stefan-boltzmann_example_03_MPI_4_DISABLE='ON'!
-- ROL_example_PDE-OPT_navier-stokes_example_01_MPI_4: NOT added test because ROL_example_PDE-OPT_navier-stokes_example_01_MPI_4_DISABLE='ON'!
-- ROL_example_PDE-OPT_navier-stokes_example_02_MPI_4: NOT added test because ROL_example_PDE-OPT_navier-stokes_example_02_MPI_4_DISABLE='ON'!
-- ROL_example_PDE-OPT_obstacle_example_01_MPI_4: NOT added test because ROL_example_PDE-OPT_obstacle_example_01_MPI_4_DISABLE='ON'!
-- ROL_example_PDE-OPT_nonlinear-elliptic_example_01_MPI_4: NOT added test because ROL_example_PDE-OPT_nonlinear-elliptic_example_01_MPI_4_DISABLE='ON'!
-- ROL_example_PDE-OPT_nonlinear-elliptic_example_02_MPI_4: NOT added test because ROL_example_PDE-OPT_nonlinear-elliptic_example_02_MPI_4_DISABLE='ON'!
-- ROL_example_PDE-OPT_topo-opt_poisson_example_01_MPI_4: NOT added test because ROL_example_PDE-OPT_topo-opt_poisson_example_01_MPI_4_DISABLE='ON'!
...
-- TrilinosCouplings_Example_Maxwell_MueLu_MPI_1: NOT added test because TrilinosCouplings_Example_Maxwell_MueLu_MPI_1_DISABLE='ON'!
-- TrilinosCouplings_Example_Maxwell_MueLu_MPI_4: NOT added test because TrilinosCouplings_Example_Maxwell_MueLu_MPI_4_DISABLE='ON'!

Merge request reports