Update Kokkos library in LAMMPS to v3.7.0
This commit is contained in:
@ -147,7 +147,7 @@ struct UnorderedMapTest {
|
||||
}
|
||||
|
||||
KOKKOS_INLINE_FUNCTION
|
||||
void join(volatile value_type& dst, const volatile value_type& src) const {
|
||||
void join(value_type& dst, const value_type& src) const {
|
||||
dst.failed_count += src.failed_count;
|
||||
dst.max_list = src.max_list < dst.max_list ? dst.max_list : src.max_list;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user