Gromacs
2025.0-dev-20241014-f673b97
|
#include <memory>
#include "gromacs/gpu_utils/devicebuffer_datatype.h"
#include "gromacs/math/vectypes.h"
#include "gromacs/utility/gmxmpi.h"
Declaration of class which sends PME Force from GPU memory to PP task.
Classes | |
struct | PpRanks |
Contains information about the PP ranks that partner this PME rank. More... | |
class | gmx::ArrayRef< typename > |
STL-like interface to a C array of T (or part of a std container of T). More... | |
class | gmx::PmeForceSenderGpu |
Manages sending forces from PME-only ranks to their PP ranks. More... | |