diff --git a/src/fix.h b/src/fix.h index 6f11272be6..bf2aa7e46a 100644 --- a/src/fix.h +++ b/src/fix.h @@ -83,6 +83,15 @@ class Fix : protected Pointers { double **vatom; // accumulated per-atom virial int restart_reset; // 1 if restart just re-initialized fix + + // KOKKOS host/device flag and per-fix data masks + + ExecutionSpace execution_space; + unsigned int datamask_read, datamask_read_ext; + unsigned int datamask_modify, datamask_modify_ext; + + // USER-CUDA per-fix data masks + unsigned int datamask; unsigned int datamask_ext;