Add haveCpuLocalForces flag to DomainLifetimeWorkload
[alexxy/gromacs.git] / src / gromacs / mdtypes / simulation_workload.h
index a95ae9591bffdc82052af8d65124a972b24a9959..6594081c509036399646ee972944d7f6278be54d 100644 (file)
@@ -116,6 +116,8 @@ class DomainLifetimeWorkload
         bool haveCpuListedForceWork = false;
         //! Whether the current nstlist step-range has special forces on the CPU.
         bool haveSpecialForces = false;
+        //! Whether there are currently any local forces to be computed on the CPU
+        bool haveCpuLocalForceWork = false;
 
         // TODO
         //! Whether the current nstlist step-range Free energy work on the CPU.