|
OpenMPI
0.1.1
|
Data Structures | |
| struct | Intercept_data_t |
Public Types | |
| typedef int | Query_function (void *, Status &) |
| typedef int | Free_function (void *) |
| typedef int | Cancel_function (void *, bool) |
Public Member Functions | |
| Grequest (const Request &req) | |
| Grequest (const MPI_Request &req) | |
| Grequest & | operator= (const Request &req) |
| Grequest & | operator= (const Grequest &req) |
| virtual void | Complete () |
Static Public Member Functions | |
| static Grequest | Start (Query_function *, Free_function *, Cancel_function *, void *) |