MPI_Type_count
Returns the number of "top-level" entries in  the datatype 
Synopsis
#include "mpi.h"
int MPI_Type_count ( datatype, count )
MPI_Datatype  datatype;
int          *count;
Input Parameters
- datatype  
-  datatype (handle) 
Output Parameter
- count  
-  datatype count (integer) 
Note
This routine has been removed from MPI.
Location:type_count.c