TIMPI
|
Go to the source code of this file.
Classes | |
class | TIMPI::Request |
Encapsulates the MPI_Request. More... | |
Namespaces | |
TIMPI | |
Typedefs | |
typedef MPI_Request | TIMPI::request |
Request object for non-blocking I/O. More... | |
Functions | |
Status | TIMPI::wait (Request &r) |
Wait for a non-blocking send or receive to finish. More... | |
void | TIMPI::wait (std::vector< Request > &r) |
Wait for all non-blocking operations to finish. More... | |
std::size_t | TIMPI::waitany (std::vector< Request > &r) |
Wait for at least one non-blocking operation to finish. More... | |