|
PEARL
Parallel Event Access and Replay Library
|
Event representation for MPI_SEND_COMPLETE events.
#include <pearl/MpiSendComplete_rep.h>
Public Member Functions | |
| virtual event_t | getType () const |
| virtual bool | isOfType (event_t type) const |
| virtual uint64_t | getRequestId () const |
| virtual void | setRequestId (uint64_t requestId) |
Constructors & destructor | |
| MpiSendComplete_rep (timestamp_t timestamp, uint64_t requestId) | |
| MpiSendComplete_rep (const GlobalDefs &defs, Buffer &buffer) | |
Protected Member Functions | |
| virtual uint32_t | get_next_reqoffs () const |
| virtual uint32_t | get_prev_reqoffs () const |
| virtual void | set_prev_reqoffs (uint32_t) |
| virtual void | set_next_reqoffs (uint32_t) |
| virtual std::ostream & | output (std::ostream &stream) const |
| pearl::MpiSendComplete_rep::MpiSendComplete_rep | ( | timestamp_t | timestamp, |
| uint64_t | requestId | ||
| ) |
| pearl::MpiSendComplete_rep::MpiSendComplete_rep | ( | const GlobalDefs & | defs, |
| Buffer & | buffer | ||
| ) |
| virtual uint32_t pearl::MpiSendComplete_rep::get_next_reqoffs | ( | ) | const [protected, virtual] |
Reimplemented from pearl::Event_rep.
| virtual uint32_t pearl::MpiSendComplete_rep::get_prev_reqoffs | ( | ) | const [protected, virtual] |
Reimplemented from pearl::Event_rep.
| virtual uint64_t pearl::MpiSendComplete_rep::getRequestId | ( | ) | const [virtual] |
Reimplemented from pearl::Event_rep.
| virtual event_t pearl::MpiSendComplete_rep::getType | ( | ) | const [virtual] |
Implements pearl::Event_rep.
| virtual bool pearl::MpiSendComplete_rep::isOfType | ( | event_t | type | ) | const [virtual] |
Implements pearl::Event_rep.
| virtual std::ostream& pearl::MpiSendComplete_rep::output | ( | std::ostream & | stream | ) | const [protected, virtual] |
Reimplemented from pearl::Event_rep.
| virtual void pearl::MpiSendComplete_rep::set_next_reqoffs | ( | uint32_t | ) | [protected, virtual] |
Reimplemented from pearl::Event_rep.
| virtual void pearl::MpiSendComplete_rep::set_prev_reqoffs | ( | uint32_t | ) | [protected, virtual] |
Reimplemented from pearl::Event_rep.
| virtual void pearl::MpiSendComplete_rep::setRequestId | ( | uint64_t | requestId | ) | [virtual] |
Reimplemented from pearl::Event_rep.
![]() |
Copyright © 1998–2014 Forschungszentrum Jülich GmbH,
Jülich Supercomputing Centre
Copyright © 2009–2014 German Research School for Simulation Sciences GmbH, Laboratory for Parallel Programming |