Neutral Binding
MPI_TYPE_SIZE(datatype, size) [ IN datatype] datatype (handle) [ OUT size] datatype size (integer)
C Binding
int MPI_Type_size(MPI_Datatype datatype, int *size)
FORTRAN Binding
MPI_TYPE_SIZE(DATATYPE, SIZE, IERROR) INTEGER DATATYPE, SIZE, IERROR
C++ Binding (in the MPI:: namespace)
int Datatype::Get_size() const
|
|