Skip to content

Commit 69d7f60

Browse files
committed
fixes to rget/rget_accumulate
Signed-off-by: Howard Pritchard <[email protected]>
1 parent f6e1ef1 commit 69d7f60

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ompi/mpi/c/rget.c.in

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

3737
PROTOTYPE ERROR_CLASS rget(BUFFER_OUT origin_addr, COUNT origin_count,
38-
DATATYPE origin_datatype, INT target_rank,
38+
DATATYPE origin_datatype, SOURCE target_rank,
3939
AINT target_disp, COUNT target_count,
4040
DATATYPE target_datatype, WIN win, REQUEST_INOUT request)
4141
{

ompi/mpi/c/rget_accumulate.c.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141

4242
PROTOTYPE ERROR_CLASS Rget_accumulate(BUFFER origin_addr, COUNT origin_count, DATATYPE origin_datatype,
4343
BUFFER_OUT result_addr, COUNT result_count, DATATYPE result_datatype,
44-
INT target_rank, AINT target_disp, COUNT target_count,
44+
SOURCE target_rank, AINT target_disp, COUNT target_count,
4545
DATATYPE target_datatype, OP op, WIN win, REQUEST_INOUT request)
4646
{
4747
int rc;

0 commit comments

Comments
 (0)