Commit 744a8215 authored by Stan Moore's avatar Stan Moore
Browse files

Fix compile error in comm_kokkos and indent in atom_vec_kokkos

parent 1f44dc24
Loading
Loading
Loading
Loading
+19 −18
Original line number Diff line number Diff line
@@ -312,6 +312,7 @@ struct AtomVecKokkos_PackCommSelfFused {
    int i = ii;
    if (iswap > 0)
      i = ii - _sendnum_scan[iswap-1];

    const int _nfirst = _firstrecv[iswap];
    const int nlocal = _firstrecv[0];

+0 −1
Original line number Diff line number Diff line
@@ -1071,7 +1071,6 @@ void CommKokkos::copy_swap_info()
  // create map of ghost to local atom id
  // store periodic boundary transform from local to ghost

  memory->create(list,totalsend,"comm:list");
  if (totalsend > k_pbc.extent(0)) {
    k_pbc = DAT::tdual_int_2d("comm:pbc",totalsend,6);
    k_swap2 = DAT::tdual_int_2d("comm:swap2",2,totalsend);