Skip to content

Commit

Permalink
Disable test SEACASExodus_exodus_unit_tests on mutrino (trilinos#2815)
Browse files Browse the repository at this point in the history
Strange errors.  Greg said to disable this test for now.
  • Loading branch information
bartlettroscoe committed Jun 22, 2018
1 parent dad3e73 commit 41ac41c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions cmake/std/atdm/mutrino/tweaks/INTEL-DEBUG-OPENMP.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,6 @@ ATDM_SET_ENABLE(MueLu_ParameterListInterpreterTpetra_MPI_1_DISABLE ON)
ATDM_SET_ENABLE(MueLu_ParameterListInterpreterTpetra_MPI_4_DISABLE ON)
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)
ATDM_SET_ENABLE(SEACASExodus_exodus_unit_tests_DISABLE ON)
3 changes: 3 additions & 0 deletions cmake/std/atdm/mutrino/tweaks/INTEL-RELEASE-OPENMP.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,6 @@ ATDM_SET_ENABLE(MueLu_ParameterListInterpreterTpetra_MPI_1_DISABLE ON)
ATDM_SET_ENABLE(MueLu_ParameterListInterpreterTpetra_MPI_4_DISABLE ON)
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)
ATDM_SET_ENABLE(SEACASExodus_exodus_unit_tests_DISABLE ON)

0 comments on commit 41ac41c

Please sign in to comment.