Add Kokkos support for fix shake and forward comm on Device

This commit is contained in:
Stan Moore
2020-10-22 11:59:41 -06:00
parent 0ab8803d19
commit e804235d23
13 changed files with 2252 additions and 38 deletions

View File

@ -111,6 +111,7 @@ Fix::Fix(LAMMPS *lmp, int /*narg*/, char **arg) :
datamask_modify = ALL_MASK;
kokkosable = 0;
forward_comm_device = 0;
copymode = 0;
}