MPI_Type_hindexed(3) (10/24/1994) MPI_Type_hindexed(3)
NAME
MPI_Type_hindexed - Creates an indexed datatype with offsets
in bytes
INPUT PARAMETERS
count
- number of blocks -- also number of entries in
array_of_displacements and array_of_blocklengths
(integer)
array_of_blocklengths
- number of elements in each block (array of
nonnegative integers)
array_of_displacements
- byte displacement of each block (array of integer)
oldtype
- old datatype (handle)
OUTPUT PARAMETER
newtype
- new datatype (handle)
SYNOPSIS
#include "mpi.h"
int MPI_Type_hindexed( count, blocklens, indices, old_type, newtype )
int count;
int blocklens[];
MPI_Aint indices[];
MPI_Datatype old_type;
MPI_Datatype *newtype;
LOCATION
type_hind.c
Page 1 (printed 3/8/95)