![]() |
PEARL
Parallel Event Access and Replay Library
|
Event representation for MPI_RMAGATS events representing group-based synchronization.
#include <pearl/MpiRmaGats_rep.h>
Public Member Functions | |
virtual event_t | getType () const |
virtual bool | isOfType (event_t type) const |
virtual MpiWindow * | get_window () const |
virtual MpiGroup * | get_group () const |
virtual bool | is_sync () const |
Constructors & destructor | |
MpiRmaGats_rep (timestamp_t timestamp, MpiWindow *window, MpiGroup *group, bool sync) | |
MpiRmaGats_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::MpiRmaGats_rep::MpiRmaGats_rep | ( | timestamp_t | timestamp, |
MpiWindow * | window, | ||
MpiGroup * | group, | ||
bool | sync | ||
) |
pearl::MpiRmaGats_rep::MpiRmaGats_rep | ( | const GlobalDefs & | defs, |
Buffer & | buffer | ||
) |
virtual MpiGroup* pearl::MpiRmaGats_rep::get_group | ( | ) | const [virtual] |
Reimplemented from pearl::Event_rep.
virtual MpiWindow* pearl::MpiRmaGats_rep::get_window | ( | ) | const [virtual] |
Reimplemented from pearl::Event_rep.
virtual event_t pearl::MpiRmaGats_rep::getType | ( | ) | const [virtual] |
Implements pearl::Event_rep.
virtual bool pearl::MpiRmaGats_rep::is_sync | ( | ) | const [virtual] |
Reimplemented from pearl::Event_rep.
virtual bool pearl::MpiRmaGats_rep::isOfType | ( | event_t | type | ) | const [virtual] |
Implements pearl::Event_rep.
virtual std::ostream& pearl::MpiRmaGats_rep::output | ( | std::ostream & | stream | ) | const [protected, virtual] |
Reimplemented from pearl::Event_rep.
virtual void pearl::MpiRmaGats_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 |