MPI_Type_contiguous(3) (10/24/1994) MPI_Type_contiguous(3)
NAME
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
Page 1 (printed 3/8/95)