Merge branch 'develop' into collected-small-fixes

This commit is contained in:
Axel Kohlmeyer
2023-05-02 20:47:33 -04:00
62 changed files with 2322 additions and 650 deletions

View File

@ -102,15 +102,15 @@ Fix::Fix(LAMMPS *lmp, int /*narg*/, char **arg) :
vflag_atom = cvflag_atom = 0;
centroidstressflag = CENTROID_SAME;
// KOKKOS per-fix data masks
// KOKKOS package
execution_space = Host;
datamask_read = ALL_MASK;
datamask_modify = ALL_MASK;
kokkosable = 0;
kokkosable = copymode = 0;
forward_comm_device = exchange_comm_device = sort_device = 0;
copymode = 0;
fuse_integrate_flag = 0;
}
/* ---------------------------------------------------------------------- */