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