Add more granular control of Kokkos pair and fix comm

This commit is contained in:
Stan Moore
2020-12-22 09:19:01 -07:00
parent 79833f9b83
commit 8efd1c93ec
50 changed files with 224 additions and 44 deletions

View File

@ -115,6 +115,7 @@ Pair::Pair(LAMMPS *lmp) : Pointers(lmp)
datamask_read = ALL_MASK;
datamask_modify = ALL_MASK;
kokkosable = 0;
copymode = 0;
}