Skip to content

Commit

Permalink
Merge Pull Request #5302 from lucbv/Trilinos/MueLu_remove_kokkos_epet…
Browse files Browse the repository at this point in the history
…ra_unit_test

Automatically Merged using Trilinos Pull Request AutoTester
PR Title: MueLu: removing the Epetra path tests for unit-tests-kokkos, see issue #4325
PR Author: lucbv
  • Loading branch information
trilinos-autotester authored Jun 4, 2019
2 parents f02c51f + 6af8c76 commit 26b50ae
Showing 1 changed file with 0 additions and 27 deletions.
27 changes: 0 additions & 27 deletions packages/muelu/test/unit_tests_kokkos/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,8 @@ APPEND_SET(SOURCES

# First ensure that these cmake boolean variables are defined
ASSERT_DEFINED(
${PACKAGE_NAME}_ENABLE_Amesos
${PACKAGE_NAME}_ENABLE_Amesos2
${PACKAGE_NAME}_ENABLE_Ifpack
${PACKAGE_NAME}_ENABLE_Ifpack2
${PACKAGE_NAME}_ENABLE_Epetra
${PACKAGE_NAME}_ENABLE_EpetraExt
${PACKAGE_NAME}_ENABLE_Tpetra
${PACKAGE_NAME}_ENABLE_Belos
${PACKAGE_NAME}_ENABLE_Zoltan
Expand All @@ -49,29 +45,6 @@ IF (${PACKAGE_NAME}_ENABLE_Galeri) #TMP
COMM serial mpi
)

IF (${PACKAGE_NAME}_ENABLE_Epetra AND ${PACKAGE_NAME}_ENABLE_EpetraExt AND
${PACKAGE_NAME}_ENABLE_Ifpack AND ${PACKAGE_NAME}_ENABLE_Amesos)

TRIBITS_ADD_TEST(
UnitTests_kokkos
NAME "UnitTestsEpetra_kokkos"
ARGS "--linAlgebra=Epetra"
PASS_REGULAR_EXPRESSION "End Result: TEST PASSED"
NUM_MPI_PROCS 1
COMM serial mpi
)

TRIBITS_ADD_TEST(
UnitTests_kokkos
NAME "UnitTestsEpetra_kokkos"
ARGS "--linAlgebra=Epetra"
PASS_REGULAR_EXPRESSION "End Result: TEST PASSED"
NUM_MPI_PROCS 4
COMM mpi
)

ENDIF()

IF (${PACKAGE_NAME}_ENABLE_Tpetra AND ${PACKAGE_NAME}_ENABLE_Ifpack2 AND ${PACKAGE_NAME}_ENABLE_Amesos2)

TRIBITS_ADD_TEST(
Expand Down

0 comments on commit 26b50ae

Please sign in to comment.