Skip to content
Snippets Groups Projects
Commit 0e969183 authored by Stefan Paquay's avatar Stefan Paquay
Browse files

Made enforce2d_kokkos actually set data masks.

parent 031077b4
No related branches found
No related tags found
No related merge requests found
...@@ -33,11 +33,11 @@ FixEnforce2DKokkos<DeviceType>::FixEnforce2DKokkos(LAMMPS *lmp, int narg, char * ...@@ -33,11 +33,11 @@ FixEnforce2DKokkos<DeviceType>::FixEnforce2DKokkos(LAMMPS *lmp, int narg, char *
atomKK = (AtomKokkos *) atom; atomKK = (AtomKokkos *) atom;
execution_space = ExecutionSpaceFromDevice<DeviceType>::space; execution_space = ExecutionSpaceFromDevice<DeviceType>::space;
datamask_read = X_MASK | V_MASK | F_MASK | OMEGA_MASK | MASK_MASK; datamask_read = X_MASK | V_MASK | F_MASK | OMEGA_MASK | MASK_MASK
/* TORQUE_MASK | ANGMOM_MASK | */ // MASK_MASK; | TORQUE_MASK | ANGMOM_MASK; // | */ // MASK_MASK;
datamask_modify = X_MASK | V_MASK | F_MASK | OMEGA_MASK; // | datamask_modify = X_MASK | V_MASK | F_MASK | OMEGA_MASK
/* TORQUE_MASK | ANGMOM_MASK */ ; | TORQUE_MASK | ANGMOM_MASK;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment