MPI_Get_elements
--- Returns the number of basic elements
in a datatype
Input Parameters
- status
- return status of receive operation (Status)
- datatype
- datatype used by receive operation (handle)
Output Parameter
- count
- number of received basic elements (integer)
Synopsis
#include "mpi.h"
int MPI_Get_elements ( status, datatype, elements )
MPI_Status *status;
MPI_Datatype datatype;
int *elements;
Location: get_elements.c