Skip to content

Commit 24c018f

Browse files
committed
Add missing argument name.
Signed-off-by: Juan M. Bello-Rivas <[email protected]>
1 parent 5d51b23 commit 24c018f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ompi/include/mpi.h.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2250,7 +2250,7 @@ OMPI_DECLSPEC int PMPI_Reduce(const void *sendbuf, void *recvbuf, int count,
22502250
OMPI_DECLSPEC int PMPI_Ireduce(const void *sendbuf, void *recvbuf, int count,
22512251
MPI_Datatype datatype, MPI_Op op, int root, MPI_Comm comm, MPI_Request *request);
22522252
OMPI_DECLSPEC int PMPI_Reduce_local(const void *inbuf, void *inoutbuf, int count,
2253-
MPI_Datatype datatype, MPI_Op);
2253+
MPI_Datatype datatype, MPI_Op op);
22542254
OMPI_DECLSPEC int PMPI_Reduce_scatter(const void *sendbuf, void *recvbuf, const int recvcounts[],
22552255
MPI_Datatype datatype, MPI_Op op, MPI_Comm comm);
22562256
OMPI_DECLSPEC int PMPI_Ireduce_scatter(const void *sendbuf, void *recvbuf, const int recvcounts[],

0 commit comments

Comments
 (0)