Skip to content

Commit

Permalink
Testing: rocketman: disable some package testing
Browse files Browse the repository at this point in the history
For Tpetra deprecated code testing, there is no need to
run the tests for Kokkos, Teuchos, or KokkosKernels.
  • Loading branch information
Jonathan Hu authored and jhux2 committed Aug 23, 2019
1 parent c320706 commit 3bf549e
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,9 @@ SET(EXTRA_CONFIGURE_OPTIONS
"-DTrilinos_ENABLE_Domi:BOOL=OFF"
"-DTrilinos_ENABLE_GlobiPack:BOOL=OFF"
"-DTrilinos_ENABLE_OptiPack:BOOL=OFF"
"-DKokkos_ENABLE_TESTS:BOOL=OFF"
"-DTeuchos_ENABLE_TESTS:BOOL=OFF"
"-DKokkosKernels_ENABLE_TESTS:BOOL=OFF"
)

#
Expand Down

0 comments on commit 3bf549e

Please sign in to comment.