Event representation for MPI_SEND events.
#include <pearl/MpiSendRequest_rep.h>
|
|
| MpiSendRequest_rep (timestamp_t timestamp, MpiComm *communicator, uint32_t destination, uint32_t tag, uint64_t bytesSent, uint64_t requestId) |
|
| MpiSendRequest_rep (const GlobalDefs &defs, Buffer &buffer) |
|
|
virtual event_t | getType () const |
|
virtual bool | isOfType (event_t type) const |
|
|
virtual uint64_t | getRequestId () const |
|
|
virtual void | setRequestId (uint64_t requestId) |
|
| MpiSend_rep (timestamp_t timestamp, MpiComm *communicator, uint32_t destination, uint32_t tag, uint64_t bytesSent) |
|
| MpiSend_rep (const GlobalDefs &defs, Buffer &buffer) |
|
virtual MpiComm * | getComm () const |
|
virtual uint64_t | getBytesSent () const |
|
virtual uint32_t | getDestination () const |
|
virtual uint32_t | getTag () const |
|
bool | operator== (const timestamp_t &rhs) const |
|
bool | operator!= (const timestamp_t &rhs) const |
|
bool | operator< (const timestamp_t &rhs) const |
|
bool | operator> (const timestamp_t &rhs) const |
|
timestamp_t | getTimestamp () const |
|
virtual const Region & | getRegion () const |
|
virtual const Callsite & | getCallsite () const |
|
virtual uint32_t | getRoot () const |
|
virtual uint64_t | getBytesReceived () const |
|
virtual uint32_t | getSource () const |
|
virtual uint32_t | getLockId () const |
|
virtual MpiWindow * | get_window () const |
|
virtual uint32_t | get_remote () const |
|
virtual uint32_t | get_rma_id () const |
|
virtual MpiGroup * | get_group () const |
|
virtual bool | is_sync () const |
|
virtual bool | is_exclusive () const |
|
void | setTimestamp (timestamp_t timestamp) |
|
virtual | ~Event_rep () |
|
◆ MpiSendRequest_rep() [1/2]
pearl::MpiSendRequest_rep::MpiSendRequest_rep |
( |
timestamp_t |
timestamp, |
|
|
MpiComm * |
communicator, |
|
|
uint32_t |
destination, |
|
|
uint32_t |
tag, |
|
|
uint64_t |
bytesSent, |
|
|
uint64_t |
requestId |
|
) |
| |
◆ MpiSendRequest_rep() [2/2]
pearl::MpiSendRequest_rep::MpiSendRequest_rep |
( |
const GlobalDefs & |
defs, |
|
|
Buffer & |
buffer |
|
) |
| |
◆ get_next_reqoffs()
virtual uint32_t pearl::MpiSendRequest_rep::get_next_reqoffs |
( |
| ) |
const |
|
protectedvirtual |
◆ getRequestId()
virtual uint64_t pearl::MpiSendRequest_rep::getRequestId |
( |
| ) |
const |
|
virtual |
◆ getType()
virtual event_t pearl::MpiSendRequest_rep::getType |
( |
| ) |
const |
|
virtual |
◆ isOfType()
virtual bool pearl::MpiSendRequest_rep::isOfType |
( |
event_t |
type | ) |
const |
|
virtual |
◆ output()
virtual std::ostream& pearl::MpiSendRequest_rep::output |
( |
std::ostream & |
stream | ) |
const |
|
protectedvirtual |
◆ set_next_reqoffs()
virtual void pearl::MpiSendRequest_rep::set_next_reqoffs |
( |
uint32_t |
| ) |
|
|
protectedvirtual |
◆ setRequestId()
virtual void pearl::MpiSendRequest_rep::setRequestId |
( |
uint64_t |
requestId | ) |
|
|
virtual |
The documentation for this class was generated from the following file: