Blame www/www3/MPIR_Type_contiguous.html

Packit Service c5cf8c
Packit Service c5cf8c
<HTML>
Packit Service c5cf8c
<HEAD>
Packit Service c5cf8c
<META NAME="GENERATOR" CONTENT="DOCTEXT">
Packit Service c5cf8c
<TITLE>MPIR_Type_contiguous</TITLE>
Packit Service c5cf8c
</HEAD>
Packit Service c5cf8c
<BODY BGCOLOR="FFFFFF">
Packit Service c5cf8c

MPIR_Type_contiguous

Packit Service c5cf8c
create a contiguous datatype 
Packit Service c5cf8c

Synopsis

Packit Service c5cf8c
Packit Service c5cf8c
int MPIR_Type_contiguous(int count, MPI_Datatype oldtype, MPI_Datatype * newtype)
Packit Service c5cf8c
Packit Service c5cf8c

Input Parameters

Packit Service c5cf8c
Packit Service c5cf8c
count
number of elements in the contiguous block
Packit Service c5cf8c
Packit Service c5cf8c
oldtype
type (using handle) of datatype on which vector is based
Packit Service c5cf8c
Packit Service c5cf8c

Packit Service c5cf8c

Output Parameters

Packit Service c5cf8c
Packit Service c5cf8c
newtype
handle of new contiguous datatype
Packit Service c5cf8c
Packit Service c5cf8c

Packit Service c5cf8c

Return Value

Packit Service c5cf8c
MPI_SUCCESS on success, MPI error code on failure.
Packit Service c5cf8c
</BODY></HTML>