Gromacs
2020.4
|
#include "gmxpre.h"
#include "decidesimulationworkload.h"
#include "gromacs/ewald/pme.h"
#include "gromacs/taskassignment/taskassignment.h"
#include "gromacs/utility/arrayref.h"
Defines routine for building simulation workload task description.
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... | |