Yet Another eXchange Tool 0.11.1
Loading...
Searching...
No Matches
Public Attributes | List of all members
Xt_aoffset_ext Struct Reference

#include <xt_core.h>

Collaboration diagram for Xt_aoffset_ext:

Public Attributes

MPI_Aint start
 
int size
 
MPI_Aint stride
 

Detailed Description

represents size number of offsets beginning with start, where the offsets are $start + i * stride for i in [0,size)$ In contrast to Xt_offset_ext which is meant to hold the start as number of elements, this struct holds start as MPI_Aint which is meant to hold memory offsets, typically counted in bytes.

Examples
test_redist_p2p.c.

Definition at line 116 of file xt_core.h.

Member Data Documentation

◆ size

int Xt_aoffset_ext::size
Examples
test_redist_p2p.c.

Definition at line 119 of file xt_core.h.

◆ start

MPI_Aint Xt_aoffset_ext::start

Definition at line 118 of file xt_core.h.

◆ stride

MPI_Aint Xt_aoffset_ext::stride
Examples
test_redist_p2p.c.

Definition at line 120 of file xt_core.h.


The documentation for this struct was generated from the following file: