Add haveEwaldSurfaceContribution to SimulationWorkload
[alexxy/gromacs.git] / src / gromacs / mdtypes / simulation_workload.h
index 6594081c509036399646ee972944d7f6278be54d..6100e70e6d473b6445845127878fa184e2c57aa8 100644 (file)
@@ -158,6 +158,8 @@ class SimulationWorkload
         bool useGpuPmePpCommunication  = false;
         //! If direct GPU-GPU communication is enabled.
         bool useGpuDirectCommunication = false;
+        //! If there is an Ewald surface (dipole) term to compute
+        bool haveEwaldSurfaceContribution = false;
 };
 
 class MdrunScheduleWorkload