Yet Another eXchange Tool  DO_NOT_EDIT_HERE
Functions
xt_redist_collection_static.h File Reference
#include "xt/xt_redist.h"
Include dependency graph for xt_redist_collection_static.h:
This graph shows which files directly or indirectly include this file:

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)
 

Detailed Description

Author
Jörg Behrens behre.nosp@m.ns@d.nosp@m.krz.d.nosp@m.e Moritz Hanke hanke.nosp@m.@dkr.nosp@m.z.de Thomas Jahns jahns.nosp@m.@dkr.nosp@m.z.de

Definition in file xt_redist_collection_static.h.

Function Documentation

◆ xt_redist_collection_static_new()

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

Parameters
[in]redistsredistributions
[in]num_redistsnumber of redistributions
[in]src_displacementsarray of displacements of the source input arrays for the exchange
[in]dst_displacementsarray of displacements of the destination input arrays for the exchange
[in]commMPI communicator
Remarks
all redistributions need to be based on the same MPI communicator
Examples:
test_redist_collection_static.c, and test_redist_collection_static_parallel.c.

Definition at line 131 of file xt_redist_collection_static.c.

Here is the call graph for this function:
Here is the caller graph for this function: