X-Git-Url: http://biod.pnpi.spb.ru/gitweb/?p=alexxy%2Fgromacs.git;a=blobdiff_plain;f=src%2Fgromacs%2Fmdtypes%2Fsimulation_workload.h;fp=src%2Fgromacs%2Fmdtypes%2Fsimulation_workload.h;h=d871be32de47fcc88bad175c640312c393cadffd;hp=1a2106e2b2e5057f188d81a949660c793b00d356;hb=8e4184a2387fb1b36361b07c9c3df40076d0250d;hpb=4ab77f8b8162e37a89f7bdbd89709528326d7c26 diff --git a/src/gromacs/mdtypes/simulation_workload.h b/src/gromacs/mdtypes/simulation_workload.h index 1a2106e2b2..d871be32de 100644 --- a/src/gromacs/mdtypes/simulation_workload.h +++ b/src/gromacs/mdtypes/simulation_workload.h @@ -179,8 +179,10 @@ public: bool useGpuBonded = false; //! If update and constraint solving is performed on GPU. bool useGpuUpdate = false; - //! If buffer operations are performed on GPU. - bool useGpuBufferOps = false; + //! If X buffer operations are performed on GPU. + bool useGpuXBufferOps = false; + //! If F buffer operations are performed on GPU. + bool useGpuFBufferOps = false; //! If PP domain decomposition is active. bool havePpDomainDecomposition = false; //! If domain decomposition halo exchange is performed on CPU (in CPU-only runs or with staged GPU communication).