Neutral Binding
MPI_TYPE_LB( datatype, displacement) [ IN datatype] datatype (handle) [ OUT displacement] displacement of lower bound from origin, in bytes (integer)
C Binding
int MPI_Type_lb(MPI_Datatype datatype, MPI_Aint* displacement)
Note: This function is deprecated.
FORTRAN Binding
MPI_TYPE_LB( 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
|
|