|
PEARL
Parallel Event Access and Replay Library
|
Container class for a set of remote events with associated roles.
#include <pearl/RemoteData.h>
Public Member Functions | |
| void | add_event (const RemoteEvent &event, uint32_t key) |
| void | add_buffer (Buffer *buffer, uint32_t key) |
| RemoteEvent | get_event (uint32_t key) const |
| Buffer * | get_buffer (uint32_t key) const |
| void | clear () |
| void | recv (const GlobalDefs &defs, const MpiComm &comm, int source, int tag) |
| void | bcast (const GlobalDefs &defs, const MpiComm &comm, int root) |
Destructor | |
| ~RemoteData () | |
| void pearl::RemoteData::add_buffer | ( | Buffer * | buffer, |
| uint32_t | key | ||
| ) |
| void pearl::RemoteData::add_event | ( | const RemoteEvent & | event, |
| uint32_t | key | ||
| ) |
| void pearl::RemoteData::bcast | ( | const GlobalDefs & | defs, |
| const MpiComm & | comm, | ||
| int | root | ||
| ) |
| void pearl::RemoteData::clear | ( | ) |
| Buffer* pearl::RemoteData::get_buffer | ( | uint32_t | key | ) | const |
| RemoteEvent pearl::RemoteData::get_event | ( | uint32_t | key | ) | const |
| void pearl::RemoteData::recv | ( | const GlobalDefs & | defs, |
| const MpiComm & | comm, | ||
| int | source, | ||
| int | tag | ||
| ) |
![]() |
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 |