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