#include <safempi.h>
|
static bool | Testany (int count, Request *requests, int &index) |
|
static bool | Testany (int count, Request *requests, int &index, Status &status) |
|
static int | Testsome (int incount, Request *requests, int *indices) |
|
static int | Testsome (int incount, Request *requests, int *indices, Status *statuses) |
|
◆ Request() [1/3]
SafeMPI::Request::Request |
( |
| ) |
|
|
inline |
◆ Request() [2/3]
◆ Request() [3/3]
SafeMPI::Request::Request |
( |
const Request & |
other | ) |
|
|
inline |
◆ operator MPI_Request()
◆ operator MPI_Request *()
◆ operator!=()
bool SafeMPI::Request::operator!= |
( |
const Request & |
other | ) |
|
|
inline |
◆ operator=() [1/2]
◆ operator=() [2/2]
◆ operator==()
bool SafeMPI::Request::operator== |
( |
const Request & |
other | ) |
|
|
inline |
◆ Test() [1/2]
bool SafeMPI::Request::Test |
( |
| ) |
|
|
inline |
◆ Test() [2/2]
bool SafeMPI::Request::Test |
( |
MPI_Status & |
status | ) |
|
|
inline |
◆ Test_got_lock_already() [1/2]
bool SafeMPI::Request::Test_got_lock_already |
( |
| ) |
|
|
inline |
◆ Test_got_lock_already() [2/2]
bool SafeMPI::Request::Test_got_lock_already |
( |
MPI_Status & |
status | ) |
|
|
inline |
◆ Testany() [1/2]
static bool SafeMPI::Request::Testany |
( |
int |
count, |
|
|
Request * |
requests, |
|
|
int & |
index |
|
) |
| |
|
inlinestatic |
◆ Testany() [2/2]
static bool SafeMPI::Request::Testany |
( |
int |
count, |
|
|
Request * |
requests, |
|
|
int & |
index, |
|
|
Status & |
status |
|
) |
| |
|
inlinestatic |
◆ Testsome() [1/2]
static int SafeMPI::Request::Testsome |
( |
int |
incount, |
|
|
Request * |
requests, |
|
|
int * |
indices |
|
) |
| |
|
inlinestatic |
◆ Testsome() [2/2]
static int SafeMPI::Request::Testsome |
( |
int |
incount, |
|
|
Request * |
requests, |
|
|
int * |
indices, |
|
|
Status * |
statuses |
|
) |
| |
|
inlinestatic |
◆ request_
The documentation for this class was generated from the following file: