Name:
MPI_Get_count - Zwraca ilość (liczbę) elementów;
Wejściowe parametry:
status - status otrzymanej operacji (Status);
datatype - typ danych elementów bufora (uchwyt);
Wyjściowe parametry:
count - ilość otrzymanych elemwntów (integer);
Użycie:
#include "mpi.h"
int MPI_Get_count( status, datatype, count );
MPI_Status *status;
MPI_Datatype datatype;
int *count;