|
Teuchos - Trilinos Tools Package
Version of the Day
|
Encapsulation of MPI_Request. More...
#include <Teuchos_Comm.hpp>
Encapsulation of MPI_Request.
An MPI_Request encapsulates the result of a nonblocking MPI send or receive (which we in turn encapsulate by isend() resp. ireceive()). This class in turn wraps MPI_Request.
This is an opaque object which is meant to be given to wait() or waitall().
Definition at line 60 of file Teuchos_Comm.hpp.
1.7.6.1