Yet Another eXchange Tool
0.9.0
|
Public Attributes | |
const struct xt_redist_vtable * | vtable |
unsigned | num_redists |
struct exchanger_cache | cache |
unsigned | nmsg [2] |
int * | send_ranks |
int * | recv_ranks |
size_t | cache_size |
Xt_exchanger_new | exchanger_new |
MPI_Comm | comm |
int | tag_offset |
MPI_Datatype | all_component_dt [] |
Definition at line 134 of file xt_redist_collection.c.
MPI_Datatype Xt_redist_collection_::all_component_dt[] |
Definition at line 151 of file xt_redist_collection.c.
struct exchanger_cache Xt_redist_collection_::cache |
Definition at line 138 of file xt_redist_collection.c.
size_t Xt_redist_collection_::cache_size |
Definition at line 145 of file xt_redist_collection.c.
MPI_Comm Xt_redist_collection_::comm |
Definition at line 148 of file xt_redist_collection.c.
Xt_exchanger_new Xt_redist_collection_::exchanger_new |
Definition at line 147 of file xt_redist_collection.c.
unsigned Xt_redist_collection_::nmsg[2] |
Definition at line 142 of file xt_redist_collection.c.
unsigned Xt_redist_collection_::num_redists |
Definition at line 138 of file xt_redist_collection.c.
int * Xt_redist_collection_::recv_ranks |
Definition at line 143 of file xt_redist_collection.c.
int* Xt_redist_collection_::send_ranks |
Definition at line 143 of file xt_redist_collection.c.
int Xt_redist_collection_::tag_offset |
Definition at line 149 of file xt_redist_collection.c.
const struct xt_redist_vtable* Xt_redist_collection_::vtable |
Definition at line 136 of file xt_redist_collection.c.