MPI_Type_lb
--- Returns the lower-bound of a datatype
Input Parameters
- datatype
- datatype (handle)
Output Parameter
- displacement
- displacement of lower bound from origin,
in bytes (integer)
Synopsis
#include "mpi.h"
int MPI_Type_lb ( datatype, displacement )
MPI_Datatype datatype;
MPI_Aint *displacement;
Location: type_lb.c