We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5b7101 commit 56f45b2Copy full SHA for 56f45b2
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
82
(double, 80), (char, 88), (double, 96), (char, 104)}
83
.fi
84
.sp
85
-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.
86
87
\fBExample 2:\fP A call to MPI_Type_vector(3, 1, -2, oldtype, newtype) will create the datatype
88
.nf
0 commit comments