From 6295fa0b547390215ce71fe4878a48cda44dff9f Mon Sep 17 00:00:00 2001 From: Axel Kohlmeyer Date: Sat, 5 Oct 2024 23:07:50 -0400 Subject: [PATCH] whitespace --- src/KOKKOS/atom_kokkos.cpp | 2 -- src/KOKKOS/comm_kokkos.cpp | 2 -- src/fix_recenter.cpp | 1 - 3 files changed, 5 deletions(-) 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); - } /* ---------------------------------------------------------------------- */