Add flag for Kokkos computes

This commit is contained in:
Stan Moore
2020-02-24 15:43:29 -07:00
parent 29075c8257
commit c505058c5c
4 changed files with 4 additions and 1 deletions

View File

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