Skip to content

Commit 5df1cc0

Browse files
committed
fix rank problem in rput/raccumulate
Signed-off-by: Howard Pritchard <[email protected]>
1 parent dd5ca49 commit 5df1cc0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ompi/mpi/c/raccumulate.c.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
#include "ompi/memchecker.h"
3939

4040
PROTOTYPE ERROR_CLASS raccumulate(BUFFER origin_addr, COUNT origin_count, DATATYPE origin_datatype,
41-
INT target_rank, AINT target_disp, COUNT target_count,
41+
SOURCE target_rank, AINT target_disp, COUNT target_count,
4242
DATATYPE target_datatype, OP op, WIN win, REQUEST_INOUT request)
4343
{
4444
int rc;

ompi/mpi/c/rput.c.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
#include "ompi/runtime/ompi_spc.h"
3737

3838
PROTOTYPE ERROR_CLASS rput(BUFFER origin_addr, COUNT origin_count, DATATYPE origin_datatype,
39-
INT target_rank, AINT target_disp, COUNT target_count,
39+
SOURCE target_rank, AINT target_disp, COUNT target_count,
4040
DATATYPE target_datatype, WIN win, REQUEST_INOUT request)
4141
{
4242
int rc;

0 commit comments

Comments
 (0)