|
Teuchos Package Browser (Single Doxygen Collection)
Version of the Day
|
Go to the documentation of this file.
42 #ifndef TEUCHOS_DETAILS_MPICOMMREQUEST_HPP
43 #define TEUCHOS_DETAILS_MPICOMMREQUEST_HPP
117 #endif // TEUCHOS_DETAILS_MPICOMMREQUEST_HPP
RCP< MpiCommRequest > mpiCommRequest(MPI_Request rawMpiRequest, const ArrayRCP< const char > &buffer)
MPI implementation of CommRequest<int>.
Namespace of implementation details.
Smart reference counting pointer class for automatic garbage collection.
Implementation of Teuchos wrappers for MPI.
ArrayRCP< const char > buffer_
The buffer for the nonblocking communication operation.
MpiCommRequest & operator=(const MpiCommRequest &)
virtual ~MpiCommRequest()
Destructor; cancels the request if it is still pending.