MPIR_Type_struct(3) | MPI | MPIR_Type_struct(3) |
MPIR_Type_struct - create a struct datatype
#undef FUNCNAME #define FUNCNAME MPIR_Type_struct #undef FCNAME #define FCNAME MPL_QUOTE(FUNCNAME) int MPIR_Type_struct(int count,
const int *blocklength_array,
const MPI_Aint * displacement_array,
const MPI_Datatype * oldtype_array, MPI_Datatype * newtype)
MPI_SUCCESS on success, MPI errno on failure.
11/21/2018 |