MPI_Type_contiguous

--- Creates a contiguous datatype

Input Parameters

count
replication count (nonnegative integer)
oldtype
old datatype (handle)

Output Parameter

newtype
new datatype (handle)

Synopsis


#include "mpi.h"
int MPI_Type_contiguous( count, old_type, newtype )
int          count;
MPI_Datatype old_type;
MPI_Datatype *newtype;

Location: type_contig.c