Skip to content

Commit edbe8e5

Browse files
committed
rma: updates to args to handle proc_null etc
Signed-off-by: Howard Pritchard <[email protected]>
1 parent 06cc3ea commit edbe8e5

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

ompi/mpi/c/accumulate.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 accumulate(BUFFER_CONST 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)
4343
{
4444
int rc;

ompi/mpi/c/get.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 get(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)
4141
{

ompi/mpi/c/get_accumulate.c.in

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

4040
PROTOTYPE ERROR_CLASS get_accumulate(BUFFER_CONST origin_addr, COUNT origin_count, DATATYPE origin_datatype,
4141
BUFFER_OUT result_addr, COUNT result_count, DATATYPE result_datatype,
42-
INT target_rank, AINT target_disp, COUNT target_count,
42+
SOURCE target_rank, AINT target_disp, COUNT target_count,
4343
DATATYPE target_datatype, OP op, WIN win)
4444
{
4545
int rc;

ompi/mpi/c/put.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 put(BUFFER_CONST 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)
4141
{
4242
int rc;

0 commit comments

Comments
 (0)