Update Kokkos library in LAMMPS to v4.5.0

This commit is contained in:
Stan Moore
2024-12-13 09:23:03 -07:00
parent a78aee5731
commit 7f68aeb6d5
617 changed files with 21499 additions and 17255 deletions

View File

@ -86,7 +86,7 @@ void run_single_scenario(ViewType view1, ViewType view2,
v2_h(ext2 / 2) = -5;
}
} else {
throw std::runtime_error("Kokkos: stdalgo: test: mismatch: Invalid string");
FAIL() << "Kokkos: stdalgo: test: mismatch: Invalid string";
}
Kokkos::deep_copy(aux_view1, v1_h);