Update Kokkos library in LAMMPS to v3.7.0
This commit is contained in:
@ -85,6 +85,11 @@ ENDIF()
|
||||
KOKKOS_IMPORT_TPL(ROCM INTERFACE)
|
||||
KOKKOS_IMPORT_TPL(LIBQUADMATH)
|
||||
|
||||
IF (Kokkos_ENABLE_IMPL_DESUL_ATOMICS AND Kokkos_ENABLE_DESUL_ATOMICS_EXTERNAL)
|
||||
find_package(desul REQUIRED COMPONENTS atomics)
|
||||
KOKKOS_EXPORT_CMAKE_TPL(desul REQUIRED COMPONENTS atomics)
|
||||
ENDIF()
|
||||
|
||||
#Convert list to newlines (which CMake doesn't always like in cache variables)
|
||||
STRING(REPLACE ";" "\n" KOKKOS_TPL_EXPORT_TEMP "${KOKKOS_TPL_EXPORTS}")
|
||||
#Convert to a regular variable
|
||||
|
||||
Reference in New Issue
Block a user