Commit 08273c40 authored by Stan Moore's avatar Stan Moore
Browse files

Fix compile issue in comm_kokkos

parent e2d28f51
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -661,8 +661,8 @@ void CommKokkos::exchange_device()
      }

      auto k_exchange_copylist_short = Kokkos::subview(k_exchange_copylist,k_count.h_view());
      k_exchange_copylist_short.modify<LMPHostType>();
      k_exchange_copylist_short.sync<DeviceType>();
      k_exchange_copylist_short.template modify<LMPHostType>();
      k_exchange_copylist_short.template sync<DeviceType>();
      nsend = k_count.h_view();
      if (nsend > maxsend) grow_send_kokkos(nsend,1);
      nsend =