Gromacs  2024.4
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
List of all members | Public Attributes
gmx::PpForceCommManager Struct Reference

#include <gromacs/ewald/pme_force_sender_gpu_impl.h>

Description

Object to manage communications with a specific PP rank.

Public Attributes

std::unique_ptr< DeviceStreamstream
 Stream used communication with remote PP rank.
 
std::unique_ptr
< GpuEventSynchronizer > 
event
 Event used for manging sync with remote PP rank.
 
std::unique_ptr< std::atomic
< CacheLineAlignedFlag > > 
eventRecorded
 Flag to track when PP transfer event has been recorded.
 
DeviceBuffer< RVeclocalForcePtr
 Address of local force buffer to send to remote PP rank.
 
Float3pmeRemoteCpuForcePtr
 CPU force buffer pointer for remote PP rank.
 
Float3pmeRemoteGpuForcePtr
 GPU force buffer pointers for remote PP rank.
 

The documentation for this struct was generated from the following file: