From 74f361b46d7fefbbde02416995dc97459f83b309 Mon Sep 17 00:00:00 2001 From: gsjaardema Date: Tue, 31 Jul 2018 14:22:51 -0600 Subject: [PATCH] Disable failing SEACAS tests on Mutrino (#2815) The executables are built in a parallel build, but they are really serial so when run there is some extra info that is output to stderr which ends up messing with the textual comparison with the expected "gold" output files. For now disable the tests until can figure out a better way of running them. --- cmake/std/atdm/mutrino/tweaks/INTEL-DEBUG-OPENMP.cmake | 8 ++++++++ cmake/std/atdm/mutrino/tweaks/INTEL-RELEASE-OPENMP.cmake | 8 ++++++++ 2 files changed, 16 insertions(+) diff --git a/cmake/std/atdm/mutrino/tweaks/INTEL-DEBUG-OPENMP.cmake b/cmake/std/atdm/mutrino/tweaks/INTEL-DEBUG-OPENMP.cmake index 31183c1fbc74..b07938d1652e 100644 --- a/cmake/std/atdm/mutrino/tweaks/INTEL-DEBUG-OPENMP.cmake +++ b/cmake/std/atdm/mutrino/tweaks/INTEL-DEBUG-OPENMP.cmake @@ -10,4 +10,12 @@ ATDM_SET_ENABLE(MueLu_ParameterListInterpreterTpetraHeavy_MPI_1_DISABLE ON) ATDM_SET_ENABLE(MueLu_ParameterListInterpreterTpetraHeavy_MPI_4_DISABLE ON) # Disable SEACAS test that fails on mutrino (#2815) +# Issue is with parallel build running serial -- extra data to stderr which affects gold comparison ATDM_SET_ENABLE(SEACASExodus_exodus_unit_tests_DISABLE ON) +ATDM_SET_ENABLE(SEACASAprepro_aprepro_array_test_DISABLE ON) +ATDM_SET_ENABLE(SEACASAprepro_aprepro_command_line_include_test_DISABLE ON) +ATDM_SET_ENABLE(SEACASAprepro_aprepro_command_line_vars_test_DISABLE ON) +ATDM_SET_ENABLE(SEACASAprepro_aprepro_unit_test_DISABLE ON) +ATDM_SET_ENABLE(SEACASAprepro_lib_aprepro_lib_array_test_DISABLE ON) +ATDM_SET_ENABLE(SEACASAprepro_lib_aprepro_lib_unit_test_DISABLE ON) +ATDM_SET_ENABLE(SEACASExodus_exodus_unit_tests_nc5_env_DISABLE ON) diff --git a/cmake/std/atdm/mutrino/tweaks/INTEL-RELEASE-OPENMP.cmake b/cmake/std/atdm/mutrino/tweaks/INTEL-RELEASE-OPENMP.cmake index 31183c1fbc74..b07938d1652e 100644 --- a/cmake/std/atdm/mutrino/tweaks/INTEL-RELEASE-OPENMP.cmake +++ b/cmake/std/atdm/mutrino/tweaks/INTEL-RELEASE-OPENMP.cmake @@ -10,4 +10,12 @@ ATDM_SET_ENABLE(MueLu_ParameterListInterpreterTpetraHeavy_MPI_1_DISABLE ON) ATDM_SET_ENABLE(MueLu_ParameterListInterpreterTpetraHeavy_MPI_4_DISABLE ON) # Disable SEACAS test that fails on mutrino (#2815) +# Issue is with parallel build running serial -- extra data to stderr which affects gold comparison ATDM_SET_ENABLE(SEACASExodus_exodus_unit_tests_DISABLE ON) +ATDM_SET_ENABLE(SEACASAprepro_aprepro_array_test_DISABLE ON) +ATDM_SET_ENABLE(SEACASAprepro_aprepro_command_line_include_test_DISABLE ON) +ATDM_SET_ENABLE(SEACASAprepro_aprepro_command_line_vars_test_DISABLE ON) +ATDM_SET_ENABLE(SEACASAprepro_aprepro_unit_test_DISABLE ON) +ATDM_SET_ENABLE(SEACASAprepro_lib_aprepro_lib_array_test_DISABLE ON) +ATDM_SET_ENABLE(SEACASAprepro_lib_aprepro_lib_unit_test_DISABLE ON) +ATDM_SET_ENABLE(SEACASExodus_exodus_unit_tests_nc5_env_DISABLE ON)