Neutral Binding
MPI_TYPE_EXTENT(datatype, extent) [ IN datatype] datatype (handle) [ OUT extent] datatype extent (integer)
C Binding
int MPI_Type_extent(MPI_Datatype datatype, MPI_Aint *extent)
Note: This function is deprecated.
FORTRAN Binding
MPI_TYPE_EXTENT(DATATYPE, EXTENT, IERROR) INTEGER DATATYPE, EXTENT, IERROR
Note: This function is deprecated.
C++ Binding (in the MPI:: namespace)
void MPI::Datatype::Get_extent(MPI::Aint& lb, MPI::Aint& extent) const
|
|