Update Kokkos library in LAMMPS to v4.0.1

This commit is contained in:
Stan Gerald Moore
2023-06-05 15:03:28 -06:00
parent 39eaab5278
commit 8ddd965127
19 changed files with 151 additions and 66 deletions

View File

@ -604,10 +604,8 @@ static constexpr bool kokkos_omp_on_host() { return false; }
defined(KOKKOS_COMPILER_INTEL) || defined(KOKKOS_COMPILER_PGI)) && \
!defined(_WIN32) && !defined(__ANDROID__)
#if __has_include(<execinfo.h>)
#if (!defined(__linux__) || defined(__GLIBC_MINOR__))
#define KOKKOS_IMPL_ENABLE_STACKTRACE
#endif
#endif
#define KOKKOS_IMPL_ENABLE_CXXABI
#endif