Yet Another eXchange Tool 0.11.4
|
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) |
Xt_request | xt_request_msgs_custom_new (int n, const MPI_Request requests[n], MPI_Comm comm, Xt_config config) |
Definition in file xt_request_msgs.h.
Xt_request xt_request_msgs_custom_new | ( | int | n, |
const MPI_Request | requests[n], | ||
MPI_Comm | comm, | ||
Xt_config | config ) |
constructor for message request handle, customizable
[in] | n | number of entries in requests |
[in] | requests | array containg MPI requests |
[in] | comm | MPI communicator |
[in] | config | custom parameters |
Definition at line 129 of file xt_request_msgs.c.
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 |
Definition at line 121 of file xt_request_msgs.c.