git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@12017 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
@ -490,6 +490,7 @@ void Neighbor::init()
|
||||
// wait to allocate initial pages until copy lists are detected
|
||||
|
||||
for (i = 0; i < nrequest; i++) {
|
||||
requests[i]->unprocessed = 0;
|
||||
if (requests[i]->kokkos_host || requests[i]->kokkos_device) continue;
|
||||
lists[i] = new NeighList(lmp);
|
||||
lists[i]->index = i;
|
||||
|
||||
Reference in New Issue
Block a user