MPI_Type_size

--- Return the number of bytes occupied by entries in the datatype

Input Parameters

datatype
datatype (handle)

Output Parameter

size
datatype size (integer)

Synopsis


#include "mpi.h"
int MPI_Type_size ( datatype, size )
MPI_Datatype  datatype;
MPI_Aint     *size;

Location: type_size.c