Nazwa:
MPI_Type_struct - Tworzy strukturę danych;
Wejściowe parametry:
count - ilość bloków (integer);
blocklens - ilość elementów każdego bloku (array);
indices - bajt przemieszczenia w każdym bloku (array);
old_types - typ elementów w każdym bloku (tablica uchwytów do obiektu datatype)
Wyjściowe parametry:
newtype - nowy typ danych (handle);
Użycie:
#include "mpi.h"
int MPI_Type_struct( count, blocklens, indices, old_types, newtype ) int count;
int blocklens[];
MPI_Aint indices[];
MPI_Datatype old_types[];
MPI_Datatype *newtype;