Skip to content

Commit 205b70b

Browse files
committed
use-mpi-f08: Fix type of target_disp in get_accumulate prototype
Signed-off-by: Yussur Mustafa Oraji <yussur.oraji@tu-darmstadt.de>
1 parent c859bfe commit 205b70b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ompi/mpi/fortran/use-mpi-f08/get_accumulate_ts.c.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
PROTOTYPE VOID get_accumulate(BUFFER_ASYNC x1, COUNT origin_count,
2828
DATATYPE origin_datatype, BUFFER_ASYNC_OUT x2,
2929
COUNT result_count, DATATYPE result_datatype,
30-
RANK target_rank, DISP target_disp,
30+
RANK target_rank, AINT target_disp,
3131
COUNT target_count, DATATYPE target_datatype,
3232
OP op, WIN win)
3333
{

0 commit comments

Comments
 (0)