Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Disable failing SEACAS tests on Mutrino (#3183) #3213

Merged
merged 1 commit into from
Aug 1, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions cmake/std/atdm/mutrino/tweaks/INTEL-DEBUG-OPENMP.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -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)
8 changes: 8 additions & 0 deletions cmake/std/atdm/mutrino/tweaks/INTEL-RELEASE-OPENMP.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -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)