diff --git a/src/KOKKOS/atom_kokkos.cpp b/src/KOKKOS/atom_kokkos.cpp index c07746b823..7529921058 100644 --- a/src/KOKKOS/atom_kokkos.cpp +++ b/src/KOKKOS/atom_kokkos.cpp @@ -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; } } diff --git a/src/KOKKOS/comm_kokkos.cpp b/src/KOKKOS/comm_kokkos.cpp index d8ccc34296..4cebf34eb2 100644 --- a/src/KOKKOS/comm_kokkos.cpp +++ b/src/KOKKOS/comm_kokkos.cpp @@ -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; } } diff --git a/src/fix_recenter.cpp b/src/fix_recenter.cpp index ab9fde7031..4da8c4787b 100644 --- a/src/fix_recenter.cpp +++ b/src/fix_recenter.cpp @@ -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); - } /* ---------------------------------------------------------------------- */