|
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_repeat_new (Xt_redist redist, MPI_Aint src_extent, MPI_Aint dst_extent, int num_repetitions, const int displacements[num_repetitions]) |
| Xt_redist | xt_redist_repeat_asym_new (Xt_redist redist, MPI_Aint src_extent, MPI_Aint dst_extent, int num_repetitions, const int src_displacements[num_repetitions], const int dst_displacements[num_repetitions]) |
Definition in file xt_redist_repeat.h.
| Xt_redist xt_redist_repeat_asym_new | ( | Xt_redist | redist, |
| MPI_Aint | src_extent, | ||
| MPI_Aint | dst_extent, | ||
| int | num_repetitions, | ||
| const int | src_displacements[num_repetitions], | ||
| const int | dst_displacements[num_repetitions] | ||
| ) |
constructor for a redistribution that has a repetitive pattern, which is described by the given redistribution
| [in] | redist | redistribution |
| [in] | src_extent | extent that scales the given displacements for the source data |
| [in] | dst_extent | extent that scales the given displacements for the destination data |
| [in] | num_repetitions | number of repetitions of the given redistribution |
| [in] | src_displacements | displacements for source repetitions |
| [in] | dst_displacements | displacements for destination repetitions |
Definition at line 105 of file xt_redist_repeat.c.
| Xt_redist xt_redist_repeat_new | ( | Xt_redist | redist, |
| MPI_Aint | src_extent, | ||
| MPI_Aint | dst_extent, | ||
| int | num_repetitions, | ||
| const int | displacements[num_repetitions] | ||
| ) |
constructor for a redistribution that has a repetitive pattern, which is described by the given redistribution
| [in] | redist | redistribution |
| [in] | src_extent | extent that scales the given displacements for the source data |
| [in] | dst_extent | extent that scales the given displacements for the destination data |
| [in] | num_repetitions | number of repetitions of the given redistribution |
| [in] | displacements | displacements for repetitions |
Definition at line 135 of file xt_redist_repeat.c.
1.8.13