HP-MPI V2.3 for Linux Release Note

int MPI_Get_elementsL(MPI_Status *status, MPI_Datatype datatype, MPI_Aint
*count)
IN status return status of receive operation (status)
IN datatype datatype used by receive operation (handle)
OUT count number of received basic elements (integer)
int MPI_PackL(void* inbuf, MPI_Aint incount, MPI_Datatype datatype, void *outbuf,
MPI_Aint outsize, MPI_Aint *position, MPI_Comm comm)
IN inbuf input buffer start (choice)
IN incount number of input data items \
IN datatype datatype of each input data item (handle)
OUT outbuf output buffer start (choice)
IN outsize output buffer size, in bytes
INOUT position current position in buffer in bytes
IN comm communicator for packed message (handle)
int MPI_Pack_externalL(char *datarep, void *inbuf, MPI_Aint incount,
MPI_Datatype datatype, void *outbuf, MPI_Aint outsize, MPI_Aint *position)
IN datarep data representation (string)
IN inbuf input buffer start (choice)
IN incount number of input data items
IN datatype datatype of each input data item (handle)
OUT outbuf output buffer start (choice)
IN outsize output buffer size, in bytes
INOUT position current position in buffer, in bytes
int MPI_Pack_sizeL(MPI_Aint incount, MPI_Datatype datatype, MPI_Comm comm,
MPI_Aint *size)
IN incount count argument to packing call
IN datatype datatype argument to packing call (handle)
IN comm communicator argument to packing call (handle)
OUT size upper bound on size of packed message, in bytes
int MPI_Pack_external_sizeL(char *datarep, MPI_Aint incount, MPI_Datatype
datatype, MPI_Aint *size)
IN datarep data representation (string)
IN incount number of input data items
IN datatype datatype of each input data item (handle)
OUT size output buffer size, in bytes
int MPI_Type_indexedL(MPI_Aint count, MPI_Aint *array_of_blocklengths, MPI_Aint
*array_of_displacements, MPI_Datatype oldtype, MPI_Datatype *newtype)
IN count number of blocks
IN array_of_blocklengths number of elements per block
IN array_of_displacements displacement for each block, in
multiples of oldtype extent
A.3 Datatypes Communication 47