Skip to content
Snippets Groups Projects
Commit 6e3acce3 authored by Stan Moore's avatar Stan Moore
Browse files

Relax restriction in neighbor.cpp

parent 1ec54827
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment