MPI_Get_count
--- Gets the number of "top level" elements
Input Parameters
- status
- return status of receive operation (Status)
- datatype
- datatype of each receive buffer element (handle)
Output Parameter
- count
- number of received elements (integer)
Synopsis
#include "mpi.h"
int MPI_Get_count( status, datatype, count )
MPI_Status *status;
MPI_Datatype datatype;
int *count;
Location: getcount.c