table of contents
other versions
MPIR_Type_contiguous(3) | MPI | MPIR_Type_contiguous(3) |
NAME¶
MPIR_Type_contiguous - create a contiguous datatype
SYNOPSIS¶
int MPIR_Type_contiguous(int count, MPI_Datatype oldtype, MPI_Datatype * newtype)
INPUT PARAMETERS¶
OUTPUT PARAMETERS¶
- newtype
- - handle of new contiguous datatype
RETURN VALUE¶
MPI_SUCCESS on success, MPI error code on failure.
6/5/2019 |