Update Kokkos library in LAMMPS to v3.6.0
This commit is contained in:
@ -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