Update Kokkos library in LAMMPS to v4.5.0
This commit is contained in:
@ -110,7 +110,7 @@ void fill_view(ViewType dest_view, const std::string& name) {
|
||||
}
|
||||
|
||||
else {
|
||||
throw std::runtime_error("invalid choice");
|
||||
FAIL() << "invalid choice";
|
||||
}
|
||||
|
||||
Kokkos::deep_copy(aux_view, v_h);
|
||||
|
||||
Reference in New Issue
Block a user