Update Kokkos library in LAMMPS to v3.6.0

This commit is contained in:
Stan Gerald Moore
2022-05-05 11:44:47 -06:00
parent bd4bbbddbe
commit b79c0bc7b4
380 changed files with 41928 additions and 8786 deletions

View File

@ -1,4 +1,5 @@
#include <Kokkos_Core.hpp>
#include <cstddef>
namespace Test {
@ -62,7 +63,7 @@ struct TestDeepCopy {
reset_a_copy_and_b(a_char_copy, b_char);
{
int check = compare_equal(a_char_copy, a_char);
size_t check = compare_equal(a_char_copy, a_char);
ASSERT_EQ(check, a_char.extent(0));
}