MPI_Type_count 

Nazwa: 

MPI_Type_count - Zwraca ilość elementów w danym typie danych;  

Wejściowe parametry: 

datatype - typ danych (handle); 

Wyjściowe parametry: 

count - licznik typu danych (integer);

Użycie:

#include "mpi.h"
int MPI_Type_count ( datatype, count )
MPI_Datatype datatype;
int *count;