From 56f45b2aeb39052818addf4fe7ab927eab96fe78 Mon Sep 17 00:00:00 2001 From: Wei-keng Liao Date: Fri, 12 Jul 2019 13:41:33 -0500 Subject: [PATCH] stride size should be 4 x 16, as extent of oldtype is 16 bytes Signed-off-by: wkliao --- ompi/mpi/man/man3/MPI_Type_vector.3in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ompi/mpi/man/man3/MPI_Type_vector.3in b/ompi/mpi/man/man3/MPI_Type_vector.3in index e3b377bfc0..6685db239a 100644 --- a/ompi/mpi/man/man3/MPI_Type_vector.3in +++ b/ompi/mpi/man/man3/MPI_Type_vector.3in @@ -82,7 +82,7 @@ The function MPI_Type_vector is a general constructor that allows replication of (double, 80), (char, 88), (double, 96), (char, 104)} .fi .sp -That is, two blocks with three copies each of the old type, with a stride of 4 elements (4 x 6 bytes) between the blocks. +That is, two blocks with three copies each of the old type, with a stride of 4 elements (4 x 16 bytes) between the blocks. .sp \fBExample 2:\fP A call to MPI_Type_vector(3, 1, -2, oldtype, newtype) will create the datatype .nf