#include <cstdlib>
#include <vector>
|
using | gmx::GpuTaskAssignment = std::vector< GpuTaskMapping > |
| Container of GPU tasks on a rank, specifying the task type and GPU device ID, e.g. potentially ready for consumption by the modules on that rank.
|
|
|
void | gmx::reportGpuUsage (const MDLogger &mdlog, ArrayRef< const GpuTaskAssignment > gpuTaskAssignmentOnRanksOfThisNode, size_t numGpuTasksOnThisNode, size_t numPpRanks, bool printHostName, PmeRunMode pmeRunMode, const SimulationWorkload &simulationWork) |
| Log a report on how GPUs are being used on the ranks of the physical node of rank 0 of the simulation. More...
|
|