Update Kokkos library in LAMMPS to v3.6.0
This commit is contained in:
@ -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)
|
||||
|
||||
# Project can mix languages - must have C++ support
|
||||
# Kokkos flags are only applied to C++ files
|
||||
|
||||
@ -47,7 +47,7 @@
|
||||
|
||||
int main(int argc, char* argv[]) {
|
||||
Kokkos::initialize(argc, argv);
|
||||
Kokkos::DefaultExecutionSpace::print_configuration(std::cout);
|
||||
Kokkos::DefaultExecutionSpace{}.print_configuration(std::cout);
|
||||
|
||||
if (argc < 2) {
|
||||
fprintf(stderr, "Usage: %s [<kokkos_options>] <size>\n", argv[0]);
|
||||
|
||||
Reference in New Issue
Block a user