Merge branch 'alphataubio-kokkos-fixes' of https://github.com/alphataubio/lammps-alphataubio into alphataubio-kokkos-fixes

This commit is contained in:
alphataubio
2024-10-10 12:23:16 -04:00

View File

@ -688,7 +688,7 @@ int FixCMAPKokkos<DeviceType>::unpack_exchange(int nlocal, double *buf)
template<class DeviceType> template<class DeviceType>
int FixCMAPKokkos<DeviceType>::pack_exchange_kokkos( int FixCMAPKokkos<DeviceType>::pack_exchange_kokkos(
const int &nsend, DAT::tdual_xfloat_2d &k_buf, const int &nsend, DAT::tdual_xfloat_2d &k_buf,
DAT::tdual_int_1d k_exchange_sendlist, DAT::tdual_int_1d k_copylist, DAT::tdual_int_1d k_exchange_sendlist, DAT::tdual_int_1d /*k_copylist*/,
ExecutionSpace space) ExecutionSpace space)
{ {
@ -749,7 +749,7 @@ int FixCMAPKokkos<DeviceType>::pack_exchange_kokkos(
template <class DeviceType> template <class DeviceType>
void FixCMAPKokkos<DeviceType>::unpack_exchange_kokkos( void FixCMAPKokkos<DeviceType>::unpack_exchange_kokkos(
DAT::tdual_xfloat_2d &k_buf, DAT::tdual_int_1d &k_indices, int nrecv, DAT::tdual_xfloat_2d &k_buf, DAT::tdual_int_1d &k_indices, int nrecv,
int nrecv1, int nextrarecv1, int /*nrecv1*/, int /*nextrarecv1*/,
ExecutionSpace /*space*/) ExecutionSpace /*space*/)
{ {
k_buf.template sync<DeviceType>(); k_buf.template sync<DeviceType>();