We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f79b94b commit 8ba738eCopy full SHA for 8ba738e
ompi/mpi/c/put_with_notify.c.in
@@ -75,6 +75,6 @@ PROTOTYPE ERROR_CLASS put_with_notify(BUFFER origin_addr, COUNT origin_count, DA
75
76
rc = win->w_osc_module->osc_put_with_notify(origin_addr, origin_count, origin_datatype,
77
target_rank, target_disp, target_count,
78
- target_datatype, notification_idx. win);
+ target_datatype, notification_idx, win);
79
OMPI_ERRHANDLER_RETURN(rc, win, rc, FUNC_NAME);
80
}
0 commit comments