Skip to content
Snippets Groups Projects
Commit c83e376c authored by Stéphane Del Pino's avatar Stéphane Del Pino
Browse files

Defaults Kokkos OpenMP build

parent 5d2862f5
No related branches found
No related tags found
No related merge requests found
...@@ -22,6 +22,7 @@ include_directories(${PASTIS_SOURCE_DIR}/packages/rang/include) ...@@ -22,6 +22,7 @@ include_directories(${PASTIS_SOURCE_DIR}/packages/rang/include)
include_directories(${PASTIS_SOURCE_DIR}/packages/CLI11/include) include_directories(${PASTIS_SOURCE_DIR}/packages/CLI11/include)
# Kokkos # Kokkos
set(KOKKOS_ENABLE_OPENMP ON CACHE BOOL "")
add_subdirectory(${CMAKE_SOURCE_DIR}/packages/kokkos) add_subdirectory(${CMAKE_SOURCE_DIR}/packages/kokkos)
include_directories(${Kokkos_INCLUDE_DIRS_RET}) include_directories(${Kokkos_INCLUDE_DIRS_RET})
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment