Nazwa:
MPI_Type_indexed - Tworzy indeksowany typ danych;
Wejściowe parametry:
count - ilość bloków (integer);
array_of_blocklengths - ilość elementów w każdym bloku (tablica nieujemnych integer);
array_of_displacements - przesunięcia w każdym bloku (tablica typu integer)
oldtype - stary typ (handle)
Wyjściowe parametry:
newtype - nowy typu danych (handle);
Użycie:
#include "mpi.h"
int MPI_Type_indexed( count, blocklens, indices, old_type, newtype )
int count;
int blocklens[];
int indices[];
MPI_Datatype old_type;
MPI_Datatype *newtype;