Neutral Binding
MPI_TYPE_UB( datatype, displacement) [ IN datatype] datatype (handle) [ OUT displacement] displacement of upper bound from origin, in bytes (integer)
C Binding
int MPI_Type_ub(MPI_Datatype datatype, MPI_Aint* displacement)
Note: This function is deprecated.
FORTRAN Binding
MPI_TYPE_UB( DATATYPE, DISPLACEMENT, IERROR) INTEGER DATATYPE, DISPLACEMENT, IERROR
Note: This function is deprecated.
C++ Binding (in the MPI:: namespace)
void MPI::Datatype::Get_extent(MPI::Aint& lb, MPI::Aint& extent) const
| |