Skip to content

Commit

Permalink
Ctest: More ascicgpu cleanups
Browse files Browse the repository at this point in the history
  • Loading branch information
csiefer2 committed Mar 19, 2021
1 parent 16cc542 commit f827b58
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,9 @@ MACRO(TRILINOS_SYSTEM_SPECIFIC_CTEST_DRIVER)
# Select package disables
set (Trilinos_ENABLE_Gtest OFF CACHE BOOL "Gtest just does not build" FORCE)
set (Trilinos_ENABLE_ShyLU_NodeTacho OFF CACHE BOOL "Can't test Tacho with CUDA without RDC" FORCE)

set (Trilinos_ENABLE_Shards OFF CACHE BOOL "Shards does not build" FORCE)
set (Trilinos_ENABLE_Zoltan OFF CACHE BOOL "Zoltan does not build" FORCE)
set (Trilinos_ENABLE_Epetra OFF CACHE BOOL "We do not want Epetra" FORCE)

SET(EXTRA_SYSTEM_CONFIGURE_OPTIONS
"-DCMAKE_BUILD_TYPE:STRING=${BUILD_TYPE}"
Expand Down

0 comments on commit f827b58

Please sign in to comment.