Container class for a set of local events with associated roles.
#include <pearl/LocalData.h>
◆ ~LocalData()
| pearl::LocalData::~LocalData |
( |
| ) |
|
◆ add_buffer()
| void pearl::LocalData::add_buffer |
( |
Buffer * |
buffer, |
|
|
uint32_t |
key |
|
) |
| |
◆ add_event()
| void pearl::LocalData::add_event |
( |
const Event & |
event, |
|
|
uint32_t |
key |
|
) |
| |
◆ bcast()
| void pearl::LocalData::bcast |
( |
const MpiComm & |
comm, |
|
|
int |
root |
|
) |
| const |
◆ clear()
| void pearl::LocalData::clear |
( |
| ) |
|
◆ get_buffer()
| Buffer* pearl::LocalData::get_buffer |
( |
uint32_t |
key | ) |
const |
◆ get_event()
| Event pearl::LocalData::get_event |
( |
uint32_t |
key | ) |
const |
◆ isend()
| MpiMessage* pearl::LocalData::isend |
( |
const MpiComm & |
comm, |
|
|
int |
dest, |
|
|
int |
tag |
|
) |
| const |
◆ issend()
| MpiMessage* pearl::LocalData::issend |
( |
const MpiComm & |
comm, |
|
|
int |
dest, |
|
|
int |
tag |
|
) |
| const |
◆ send()
| void pearl::LocalData::send |
( |
const MpiComm & |
comm, |
|
|
int |
dest, |
|
|
int |
tag |
|
) |
| const |
The documentation for this class was generated from the following file: