Update Kokkos library in LAMMPS to v3.7.0
This commit is contained in:
@ -55,7 +55,7 @@ struct CountFunctor {
|
||||
|
||||
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