|
Yet Another eXchange Tool
DO_NOT_EDIT_HERE
|
#include "xt/xt_core.h"Go to the source code of this file.
Functions | |
| Xt_xmap | xt_xmap_dist_dir_new (Xt_idxlist src_idxlist, Xt_idxlist dst_idxlist, MPI_Comm comm) |
| Xt_xmap | xt_xmap_dist_dir_intracomm_new (Xt_idxlist src_idxlist, Xt_idxlist dst_idxlist, MPI_Comm comm) |
Definition in file xt_xmap_dist_dir.h.
| Xt_xmap xt_xmap_dist_dir_intracomm_new | ( | Xt_idxlist | src_idxlist, |
| Xt_idxlist | dst_idxlist, | ||
| MPI_Comm | comm | ||
| ) |
Construct an exchange map.
This operation is collective over all processes in comm.
It uses a distributed directory to reduce communication and computation during the initialisation at the cost of some extra latency because more network transfers than for xt_xmap_all2all_new are required.
| [in] | src_idxlist | source index list |
| [in] | dst_idxlist | destination index list |
| [in] | comm | MPI communicator that contains all processes that take part in the exchange (xt_xmap_dist_dir_new will make its own copy of comm), must be an intracommunicator. |
Definition at line 649 of file xt_xmap_dist_dir.c.
| Xt_xmap xt_xmap_dist_dir_new | ( | Xt_idxlist | src_idxlist, |
| Xt_idxlist | dst_idxlist, | ||
| MPI_Comm | comm | ||
| ) |
Construct an exchange map.
This operation is collective over all processes in comm.
It uses a distributed directory to reduce communication and computation during the initialisation at the cost of some extra latency because more network transfers than for xt_xmap_all2all_new are required.
| [in] | src_idxlist | source index list |
| [in] | dst_idxlist | destination index list |
| [in] | comm | MPI communicator that contains all processes that take part in the exchange (xt_xmap_dist_dir_new will make its own copy of comm) |
Definition at line 353 of file xt_xmap_dist_dir_common.c.
1.8.13