MPI_Get_elements 

Nazwa: 

MPI_Get_elements - zwraca liczbę podstawowych elementów danego typu; Returns the number of basic elements in a datatype 

Wejściowe parametry: 

status - status otrzymanej operacji (Status);
datatype
- typ danych używany w otrzymanej operacji (uchwyt)

Wyjściowe parametry:

count - liczba otrzymanych podstawowych elementów;

Użycie:

#include "mpi.h"
int MPI_Get_elements ( status, datatype, elements );
MPI_Status *status;
MPI_Datatype datatype;
int *elements;