Skip to content

Commit

Permalink
fixed conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric G. Stern committed Jun 25, 2024
2 parents 57b048b + d0787a6 commit f75c7ac
Show file tree
Hide file tree
Showing 3 changed files with 634 additions and 33 deletions.
10 changes: 5 additions & 5 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -216,11 +216,11 @@ else()
ON
CACHE BOOL "enable CUDA LAMBDA feature" FORCE)
message(STATUS "Using vendored copy of kokkos with CUDA")
set(Kokkos_ENABLE_LIBDL
OFF
CACHE BOOL "Turn usage of LIBDL off in Kokkos" FORCE)
message(STATUS "Disabled the use of LIBDL in Kokkos")
endif()
endif()
set(Kokkos_ENABLE_LIBDL
OFF
CACHE BOOL "Turn usage of LIBDL off in Kokkos" FORCE)
message(STATUS "Disabled the use of LIBDL in Kokkos")
add_subdirectory(src/synergia/utils/kokkos)
include_directories(${Kokkos_INCLUDE_DIRS_RET})
set(kokkos_libs kokkos)
Expand Down
Loading

0 comments on commit f75c7ac

Please sign in to comment.