Blame man/man3/MPIR_Type_contiguous.3

Packit Service c5cf8c
.TH MPIR_Type_contiguous 3 "11/12/2019" " " "MPI"
Packit Service c5cf8c
.SH NAME
Packit Service c5cf8c
MPIR_Type_contiguous \-  create a contiguous datatype 
Packit Service c5cf8c
.SH SYNOPSIS
Packit Service c5cf8c
.nf
Packit Service c5cf8c
int MPIR_Type_contiguous(int count, MPI_Datatype oldtype, MPI_Datatype * newtype)
Packit Service c5cf8c
.fi
Packit Service c5cf8c
.SH INPUT PARAMETERS
Packit Service c5cf8c
.PD 0
Packit Service c5cf8c
.TP
Packit Service c5cf8c
.B count 
Packit Service c5cf8c
- number of elements in the contiguous block
Packit Service c5cf8c
.PD 1
Packit Service c5cf8c
.PD 0
Packit Service c5cf8c
.TP
Packit Service c5cf8c
.B oldtype 
Packit Service c5cf8c
- type (using handle) of datatype on which vector is based
Packit Service c5cf8c
.PD 1
Packit Service c5cf8c
Packit Service c5cf8c
.SH OUTPUT PARAMETERS
Packit Service c5cf8c
.PD 0
Packit Service c5cf8c
.TP
Packit Service c5cf8c
.B newtype 
Packit Service c5cf8c
- handle of new contiguous datatype
Packit Service c5cf8c
.PD 1
Packit Service c5cf8c
Packit Service c5cf8c
.SH RETURN VALUE
Packit Service c5cf8c
MPI_SUCCESS on success, MPI error code on failure.