|
Yet Another eXchange Tool
DO_NOT_EDIT_HERE
|
#include "xt/xt_redist.h"Go to the source code of this file.
Functions | |
| Xt_redist | xt_redist_collection_static_new (Xt_redist *redists, int num_redists, const MPI_Aint src_displacements[num_redists], const MPI_Aint dst_displacements[num_redists], MPI_Comm comm) |
Definition in file xt_redist_collection_static.h.
| Xt_redist xt_redist_collection_static_new | ( | Xt_redist * | redists, |
| int | num_redists, | ||
| const MPI_Aint | src_displacements[num_redists], | ||
| const MPI_Aint | dst_displacements[num_redists], | ||
| MPI_Comm | comm | ||
| ) |
constructor for a redistribution collection that is comprised of multiple other redistributions
| [in] | redists | redistributions |
| [in] | num_redists | number of redistributions |
| [in] | src_displacements | array of displacements of the source input arrays for the exchange |
| [in] | dst_displacements | array of displacements of the destination input arrays for the exchange |
| [in] | comm | MPI communicator |
Definition at line 131 of file xt_redist_collection_static.c.
1.8.13