From 6e3acce3bee978386f8d5c86556dbca9a26bafc7 Mon Sep 17 00:00:00 2001 From: Stan Moore Date: Fri, 12 Jan 2018 15:44:11 -0700 Subject: [PATCH] Relax restriction in neighbor.cpp --- src/neighbor.cpp | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/neighbor.cpp b/src/neighbor.cpp index cc2e5d6d11..686552656a 100644 --- a/src/neighbor.cpp +++ b/src/neighbor.cpp @@ -1107,11 +1107,6 @@ void Neighbor::morph_halffull() if (!irq->half) continue; - // Kokkos doesn't yet support half from full - - if (irq->kokkos_host) continue; - if (irq->kokkos_device) continue; - // these lists are created other ways, no need for halffull // do want to process skip lists