Skip to content

Commit

Permalink
Drop pre Kokkos 3.6 PTHREAD workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
dalg24 committed Dec 27, 2022
1 parent e6ff4e5 commit a4ceb0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ endif()
if(Kokkos_ENABLE_CUDA)
list(APPEND ARBORX_DEVICE_TYPES Kokkos::CudaSpace::device_type)
endif()
if(Kokkos_ENABLE_THREADS OR Kokkos_ENABLE_PTHREAD) # Kokkos_ENABLE_PTHREAD deprecated in Kokkos 3.6
if(Kokkos_ENABLE_THREADS)
list(APPEND ARBORX_DEVICE_TYPES Kokkos::Threads::device_type)
endif()
if(Kokkos_ENABLE_HIP)
Expand Down

0 comments on commit a4ceb0f

Please sign in to comment.