Update Kokkos library in LAMMPS to v3.1
This commit is contained in:
@ -44,10 +44,7 @@
|
||||
|
||||
#include <Kokkos_Core.hpp>
|
||||
|
||||
#if defined(KOKKOS_ENABLE_CUDA) && \
|
||||
(!defined(KOKKOS_ENABLE_CUDA_LAMBDA) || \
|
||||
((defined(KOKKOS_ENABLE_SERIAL) || defined(KOKKOS_ENABLE_OPENMP)) && \
|
||||
((CUDA_VERSION < 8000) && defined(__NVCC__))))
|
||||
#if defined(KOKKOS_ENABLE_CUDA) && !defined(KOKKOS_ENABLE_CUDA_LAMBDA)
|
||||
#if defined(KOKKOS_ENABLE_CXX11_DISPATCH_LAMBDA)
|
||||
#error "Macro bug: KOKKOS_ENABLE_CXX11_DISPATCH_LAMBDA shouldn't be defined"
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user