1
1

Merge pull request #6809 from wkliao/man_vector

man page of MPI_Type_vector
Этот коммит содержится в:
Jeff Squyres 2019-07-12 21:04:04 -04:00 коммит произвёл GitHub
родитель 4b696dca5b 56f45b2aeb
Коммит a985a0d7d1
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23

Просмотреть файл

@ -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)} (double, 80), (char, 88), (double, 96), (char, 104)}
.fi .fi
.sp .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 .sp
\fBExample 2:\fP A call to MPI_Type_vector(3, 1, -2, oldtype, newtype) will create the datatype \fBExample 2:\fP A call to MPI_Type_vector(3, 1, -2, oldtype, newtype) will create the datatype
.nf .nf