KOKKOS_INLINE_FUNCTION implicitly defines a function as __device__ and therefore should not be used for the host-only functions in sna.cpp.
KOKKOS_INLINE_FUNCTION implicitly defines a function as device and therefore should not be used for the host-only functions in sna.cpp.