Update Kokkos library in LAMMPS to v3.7.0
This commit is contained in:
@ -42,6 +42,15 @@
|
||||
//@HEADER
|
||||
*/
|
||||
|
||||
#ifndef KOKKOS_IMPL_PUBLIC_INCLUDE
|
||||
#include <Kokkos_Macros.hpp>
|
||||
#ifndef KOKKOS_ENABLE_DEPRECATED_CODE_3
|
||||
static_assert(false,
|
||||
"Including non-public Kokkos header files is not allowed.");
|
||||
#else
|
||||
KOKKOS_IMPL_WARNING("Including non-public Kokkos header files is not allowed.")
|
||||
#endif
|
||||
#endif
|
||||
#ifndef KOKKOS_UNIQUE_TOKEN_HPP
|
||||
#define KOKKOS_UNIQUE_TOKEN_HPP
|
||||
|
||||
|
||||
Reference in New Issue
Block a user