Yet Another eXchange Tool 0.11.3
Loading...
Searching...
No Matches
Functions
xt_idxstripes.h File Reference
#include <xt/xt_idxlist.h>
Include dependency graph for xt_idxstripes.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

Xt_idxlist xt_idxstripes_new (struct Xt_stripe const *stripes, int num_stripes)
 
Xt_idxlist xt_idxstripes_unpack (void *buffer, int buffer_size, int *position, MPI_Comm comm)
 
Xt_idxlist xt_idxstripes_from_idxlist_new (Xt_idxlist idxlist_src)
 

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_idxstripes.h.

Function Documentation

◆ xt_idxstripes_from_idxlist_new()

Xt_idxlist xt_idxstripes_from_idxlist_new ( Xt_idxlist idxlist_src)

Creates an index list that is built up of stripes of indices by converting another index list into stripes.

Parameters
[in]idxlist_srclist to convert into stripes
Examples
test_idxsection.c, and test_idxstripes.c.

Definition at line 423 of file xt_idxstripes.c.

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

◆ xt_idxstripes_new()

Xt_idxlist xt_idxstripes_new ( struct Xt_stripe const * stripes,
int num_stripes )

Generates an index list that is built up of stripes of indices.

Parameters
[in]stripesarray defining the stripes
[in]num_stripesnumber of stripes
Examples
idxlist_examples.c, rrobin.c, test_idxlist_collection.c, test_idxmod.c, test_idxsection.c, test_idxstripes.c, test_redist_collection_parallel.c, test_redist_collection_static_parallel.c, test_redist_repeat_parallel.c, and test_xmap_common.c.

Definition at line 400 of file xt_idxstripes.c.

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

◆ xt_idxstripes_unpack()

Xt_idxlist xt_idxstripes_unpack ( void * buffer,
int buffer_size,
int * position,
MPI_Comm comm )

Definition at line 509 of file xt_idxstripes.c.

Here is the call graph for this function: