Skip to content

Commit bdbea63

Browse files
committed
Update the MPI standard reference.
Signed-off-by: George Bosilca <[email protected]>
1 parent d585c5d commit bdbea63

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

ompi/mpi/c/accumulate.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ int MPI_Accumulate(const void *origin_addr, int origin_count, MPI_Datatype origi
9191

9292
/* ACCUMULATE, unlike REDUCE, can use with derived
9393
datatypes with predefinied operations, with some
94-
restrictions outlined in MPI-2:6.3.4. The derived
94+
restrictions outlined in MPI-3:11.3.4. The derived
9595
datatype must be composed entierly from one predefined
9696
datatype (so you can do all the construction you want,
9797
but at the bottom, you can only use one datatype, say,

ompi/mpi/c/get_accumulate.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ int MPI_Get_accumulate(const void *origin_addr, int origin_count, MPI_Datatype o
9898

9999
/* GET_ACCUMULATE, unlike REDUCE, can use with derived
100100
datatypes with predefinied operations, with some
101-
restrictions outlined in MPI-2:6.3.4. The derived
101+
restrictions outlined in MPI-3:11.3.4. The derived
102102
datatype must be composed entierly from one predefined
103103
datatype (so you can do all the construction you want,
104104
but at the bottom, you can only use one datatype, say,

ompi/mpi/c/raccumulate.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ int MPI_Raccumulate(const void *origin_addr, int origin_count, MPI_Datatype orig
9292

9393
/* RACCUMULATE, unlike REDUCE, can use with derived
9494
datatypes with predefinied operations, with some
95-
restrictions outlined in MPI-2:6.3.4. The derived
95+
restrictions outlined in MPI-3:11.3.4. The derived
9696
datatype must be composed entierly from one predefined
9797
datatype (so you can do all the construction you want,
9898
but at the bottom, you can only use one datatype, say,

ompi/mpi/c/rget_accumulate.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ int MPI_Rget_accumulate(const void *origin_addr, int origin_count, MPI_Datatype
9999

100100
/* RGET_ACCUMULATE, unlike REDUCE, can use with derived
101101
datatypes with predefinied operations, with some
102-
restrictions outlined in MPI-2:6.3.4. The derived
102+
restrictions outlined in MPI-3:11.3.4. The derived
103103
datatype must be composed entierly from one predefined
104104
datatype (so you can do all the construction you want,
105105
but at the bottom, you can only use one datatype, say,

0 commit comments

Comments
 (0)