src/vt/messaging/active.h file

Namespaces

namespace vt
namespace vt::messaging

Classes

struct vt::StrongNodeType
struct vt::messaging::PendingRecv
An pending receive event.
struct vt::messaging::InProgressBase
Base class for an in-progress MPI operation.
struct vt::messaging::InProgressIRecv
An in-progress MPI_Irecv watched by the runtime.
struct vt::messaging::InProgressDataIRecv
An in-progress pure data MPI_Irecv watched by the runtime.
struct vt::messaging::BufferedActiveMsg
Holds a buffered active message, used internally.
struct vt::messaging::ActiveMessenger
Core component of VT used to send messages.