Yet Another eXchange Tool
0.9.0
|
Go to the source code of this file.
Functions | |
Xt_request | xt_request_msgs_new (int n, const MPI_Request requests[n], MPI_Comm comm) |
Definition in file xt_request_msgs.h.
Xt_request xt_request_msgs_new | ( | int | n, |
const MPI_Request | requests[n], | ||
MPI_Comm | comm | ||
) |
constructor for message request handle
[in] | n | number of entries in requests |
[in] | requests | array containg MPI requests |
[in] | comm | MPI communicator |