Skip to content

Commit

Permalink
Set RESOURCE_GROUPS setting at top level
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleFromKitware committed Feb 17, 2020
1 parent 19e6610 commit 3328a6e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,9 @@ INCLUDE(${CMAKE_SOURCE_DIR}/ProjectName.cmake)
# not in an include file :-(
PROJECT(${PROJECT_NAME} NONE)

SET(TRIBITS_TEST_EXTRA_ENVIRONMENT CTEST_KOKKOS_DEVICE_TYPE=gpus)
SET(TRIBITS_RESOURCES_PER_PROCESS gpus:1)

# Set default C++ standard to C++11
SET(Trilinos_ENABLE_CXX11_DEFAULT ON)

Expand Down

0 comments on commit 3328a6e

Please sign in to comment.