|
PEARL
Parallel Event Access and Replay Library
|
Class for MPI RMA lock events.
#include <pearl/MpiRmaLock_rep.h>
Public Member Functions | |
| virtual event_t | getType () const |
| virtual bool | isOfType (event_t type) const |
| virtual MpiWindow * | get_window () const |
| virtual uint32_t | get_remote () const |
| virtual bool | is_exclusive () const |
Constructors & destructor | |
| MpiRmaLock_rep (timestamp_t timestamp, uint32_t location, MpiWindow *window, bool exclusive) | |
| MpiRmaLock_rep (const GlobalDefs &defs, Buffer &buffer) | |
Protected Member Functions | |
| virtual std::ostream & | output (std::ostream &stream) const |
Serialize event data | |
| virtual void | pack (Buffer &buffer) const |
| pearl::MpiRmaLock_rep::MpiRmaLock_rep | ( | timestamp_t | timestamp, |
| uint32_t | location, | ||
| MpiWindow * | window, | ||
| bool | exclusive | ||
| ) |
| pearl::MpiRmaLock_rep::MpiRmaLock_rep | ( | const GlobalDefs & | defs, |
| Buffer & | buffer | ||
| ) |
| virtual uint32_t pearl::MpiRmaLock_rep::get_remote | ( | ) | const [virtual] |
Reimplemented from pearl::Event_rep.
| virtual MpiWindow* pearl::MpiRmaLock_rep::get_window | ( | ) | const [virtual] |
Reimplemented from pearl::Event_rep.
| virtual event_t pearl::MpiRmaLock_rep::getType | ( | ) | const [virtual] |
Implements pearl::Event_rep.
| virtual bool pearl::MpiRmaLock_rep::is_exclusive | ( | ) | const [virtual] |
Reimplemented from pearl::Event_rep.
| virtual bool pearl::MpiRmaLock_rep::isOfType | ( | event_t | type | ) | const [virtual] |
Implements pearl::Event_rep.
| virtual std::ostream& pearl::MpiRmaLock_rep::output | ( | std::ostream & | stream | ) | const [protected, virtual] |
Reimplemented from pearl::Event_rep.
| virtual void pearl::MpiRmaLock_rep::pack | ( | Buffer & | buffer | ) | const [protected, 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 |