Gromacs
2020.4
|
#include <vector>
#include "gromacs/mdtypes/inputrec.h"
#include "gromacs/mdtypes/simulation_workload.h"
Declares routine for deciding simulation workload based on GPU tasks.
Functions | |
SimulationWorkload | gmx::createSimulationWorkload (bool useGpuForNonbonded, PmeRunMode pmeRunMode, bool useGpuForBonded, bool useGpuForUpdate, bool useGpuForBufferOps, bool useGpuHaloExchange, bool useGpuPmePpComm, bool haveEwaldSurfaceContribution) |
Build datastructure that contains decisions whether to run different workload task on GPUs. More... | |