Fixing Kokkos default values

git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@14821 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
stamoor 2016-04-13 21:38:58 +00:00
parent cf26690feb
commit e564fc4de3
1 changed files with 2 additions and 2 deletions

View File

@ -117,8 +117,8 @@ KokkosLMP::KokkosLMP(LAMMPS *lmp, int narg, char **arg) : Pointers(lmp)
neighflag = FULL;
exchange_comm_classic = 0;
forward_comm_classic = 0;
exchange_comm_on_host = 1;
forward_comm_on_host = 1;
exchange_comm_on_host = 0;
forward_comm_on_host = 0;
}
/* ---------------------------------------------------------------------- */