Fixing Kokkos bugs

git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@14722 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
stamoor
2016-03-04 17:32:00 +00:00
parent 9b33b04183
commit d6a67c2849

View File

@ -496,6 +496,7 @@ void CommKokkos::exchange_device()
k_count.h_view(0)=k_exchange_sendlist.h_view.dimension_0();
}
}
k_exchange_copylist.sync<LMPHostType>();
k_exchange_sendlist.sync<LMPHostType>();
k_sendflag.sync<LMPHostType>();
@ -615,9 +616,9 @@ void CommKokkos::borders()
}
atomKK->sync(Host,ALL_MASK);
k_sendlist.modify<LMPHostType>();
atomKK->modified(Host,ALL_MASK);
k_sendlist.sync<LMPHostType>();
k_sendlist.modify<LMPHostType>();
CommBrick::borders();
k_sendlist.modify<LMPHostType>();
atomKK->modified(Host,ALL_MASK);