1
1

Update the MPI standard reference.

Signed-off-by: George Bosilca <bosilca@icl.utk.edu>
Этот коммит содержится в:
George Bosilca 2017-10-03 16:48:50 -04:00
родитель d585c5de9f
Коммит bdbea63a1c
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 09C926752C9F09B1
4 изменённых файлов: 4 добавлений и 4 удалений

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

@ -91,7 +91,7 @@ int MPI_Accumulate(const void *origin_addr, int origin_count, MPI_Datatype origi
/* ACCUMULATE, unlike REDUCE, can use with derived
datatypes with predefinied operations, with some
restrictions outlined in MPI-2:6.3.4. The derived
restrictions outlined in MPI-3:11.3.4. The derived
datatype must be composed entierly from one predefined
datatype (so you can do all the construction you want,
but at the bottom, you can only use one datatype, say,

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

@ -98,7 +98,7 @@ int MPI_Get_accumulate(const void *origin_addr, int origin_count, MPI_Datatype o
/* GET_ACCUMULATE, unlike REDUCE, can use with derived
datatypes with predefinied operations, with some
restrictions outlined in MPI-2:6.3.4. The derived
restrictions outlined in MPI-3:11.3.4. The derived
datatype must be composed entierly from one predefined
datatype (so you can do all the construction you want,
but at the bottom, you can only use one datatype, say,

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

@ -92,7 +92,7 @@ int MPI_Raccumulate(const void *origin_addr, int origin_count, MPI_Datatype orig
/* RACCUMULATE, unlike REDUCE, can use with derived
datatypes with predefinied operations, with some
restrictions outlined in MPI-2:6.3.4. The derived
restrictions outlined in MPI-3:11.3.4. The derived
datatype must be composed entierly from one predefined
datatype (so you can do all the construction you want,
but at the bottom, you can only use one datatype, say,

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

@ -99,7 +99,7 @@ int MPI_Rget_accumulate(const void *origin_addr, int origin_count, MPI_Datatype
/* RGET_ACCUMULATE, unlike REDUCE, can use with derived
datatypes with predefinied operations, with some
restrictions outlined in MPI-2:6.3.4. The derived
restrictions outlined in MPI-3:11.3.4. The derived
datatype must be composed entierly from one predefined
datatype (so you can do all the construction you want,
but at the bottom, you can only use one datatype, say,