Update Kokkos library in LAMMPS to v3.7.1

This commit is contained in:
Stan Gerald Moore
2022-12-22 09:20:35 -07:00
parent 33f3adf85c
commit 25df28292f
44 changed files with 905 additions and 327 deletions

View File

@ -92,5 +92,3 @@ static_assert(std::is_same<difference_type<Woof>, int>::value,
static_assert(std::is_same<difference_type<Bark>, std::ptrdiff_t>::value,
"Bark's difference_type should be ptrdiff_t!");
} // namespace Example
int main() {}