|
Yet Another eXchange Tool
DO_NOT_EDIT_HERE
|
Go to the source code of this file.
Functions | |
| Xt_redist | xt_redist_single_array_base_new (int nsend, int nrecv, struct Xt_redist_msg *send_msgs, struct Xt_redist_msg *recv_msgs, MPI_Comm comm) |
Definition in file xt_redist_single_array_base.h.
| Xt_redist xt_redist_single_array_base_new | ( | int | nsend, |
| int | nrecv, | ||
| struct Xt_redist_msg * | send_msgs, | ||
| struct Xt_redist_msg * | recv_msgs, | ||
| MPI_Comm | comm | ||
| ) |
constructor for a redistribution using point to point communication for the exchange
| [in] | nsend | number of send messages |
| [in] | nrecv | number of receive messages |
| [in] | send_msgs | array with send messages |
| [in] | recv_msgs | array with receive messages |
| [in] | comm | MPI communicator that is to be used for the communication |
Definition at line 117 of file xt_redist_single_array_base.c.
1.8.13