Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ompi/mpi/fortran/use-mpi-f08/get_accumulate_ts.c.in
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
PROTOTYPE VOID get_accumulate(BUFFER_ASYNC x1, COUNT origin_count,
DATATYPE origin_datatype, BUFFER_ASYNC_OUT x2,
COUNT result_count, DATATYPE result_datatype,
RANK target_rank, DISP target_disp,
RANK target_rank, AINT target_disp,
COUNT target_count, DATATYPE target_datatype,
OP op, WIN win)
{
Expand Down