Gromacs
2024.4
|
#include <cstdlib>
#include <vector>
Declares routine for reporting GPU usage.
Classes | |
class | gmx::ArrayRef< typename > |
STL-like interface to a C array of T (or part of a std container of T). More... | |
Functions | |
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... | |