|
Yet Another eXchange Tool
DO_NOT_EDIT_HERE
|
#include "core/ppm_xfuncs.h"#include "xt/xt_mpi.h"#include "xt_mpi_internal.h"#include "xt_redist_internal.h"#include "xt_exchanger_irecv_isend_packed.h"#include "xt_exchanger_simple_base.h"Go to the source code of this file.
Functions | |
| static void | xt_exchanger_irecv_isend_packed_s_exchange (const void *src_data, void *dst_data, int nsend, int nrecv, struct Xt_redist_msg *send_msgs, struct Xt_redist_msg *recv_msgs, int tag_offset, MPI_Comm comm) |
| Xt_exchanger | xt_exchanger_irecv_isend_packed_new (int nsend, int nrecv, struct Xt_redist_msg *send_msgs, struct Xt_redist_msg *recv_msgs, MPI_Comm comm, int tag_offset) |
Definition in file xt_exchanger_irecv_isend_packed.c.
| Xt_exchanger xt_exchanger_irecv_isend_packed_new | ( | int | nsend, |
| int | nrecv, | ||
| struct Xt_redist_msg * | send_msgs, | ||
| struct Xt_redist_msg * | recv_msgs, | ||
| MPI_Comm | comm, | ||
| int | tag_offset | ||
| ) |
Definition at line 111 of file xt_exchanger_irecv_isend_packed.c.
|
static |
Definition at line 58 of file xt_exchanger_irecv_isend_packed.c.
1.8.13