Update Kokkos library in LAMMPS to v3.6.0

This commit is contained in:
Stan Gerald Moore
2022-05-05 11:44:47 -06:00
parent bd4bbbddbe
commit b79c0bc7b4
380 changed files with 41928 additions and 8786 deletions

View File

@ -1,6 +1,6 @@
# Kokkos minimally requires 3.10 right now,
# Kokkos minimally requires 3.16 right now,
# but your project can set it higher
cmake_minimum_required(VERSION 3.10)
cmake_minimum_required(VERSION 3.16)
# Projects can safely mix languages - must have C++ support
# Kokkos flags will only apply to C++ files