whitespace
This commit is contained in:
@ -208,10 +208,8 @@ void AtomKokkos::sort()
|
||||
auto fix_iextra = modify->fix[atom->extra_grow[iextra]];
|
||||
if (!fix_iextra->sort_device) {
|
||||
flag = 0;
|
||||
|
||||
if (comm->me == 0)
|
||||
error->warning(FLERR,"Fix {} not compatible with Kokkos sorting on device", fix_iextra->style);
|
||||
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
@ -739,10 +739,8 @@ void CommKokkos::exchange()
|
||||
auto fix_iextra = modify->fix[atom->extra_grow[iextra]];
|
||||
if (!fix_iextra->exchange_comm_device) {
|
||||
flag = 0;
|
||||
|
||||
if (comm->me == 0)
|
||||
error->warning(FLERR,"Fix {} not compatible with sending data in Kokkos communication", fix_iextra->style);
|
||||
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
@ -218,7 +218,6 @@ void FixRecenter::initial_integrate_respa(int vflag, int ilevel, int /*iloop*/)
|
||||
// all other levels - nothing
|
||||
|
||||
if (ilevel == nlevels_respa-1) initial_integrate(vflag);
|
||||
|
||||
}
|
||||
|
||||
/* ---------------------------------------------------------------------- */
|
||||
|
||||
Reference in New Issue
Block a user