Skip to content

Commit 18163f5

Browse files
authored
Merge pull request #13308 from N00byKing/main
use-mpi-f08: Fix type of target_disp in get_accumulate prototype
2 parents 79809c0 + 205b70b commit 18163f5

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)