Skip to content

Commit 7c574a3

Browse files
committed
Typo.
1 parent 8d0a592 commit 7c574a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ompi/mca/osc/pt2pt/osc_pt2pt_active_target.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ int ompi_osc_pt2pt_fence(int assert, ompi_win_t *win)
147147

148148
/* short-circuit the noprecede case */
149149
if (0 != (assert & MPI_MODE_NOPRECEDE)) {
150-
module->comm->c_coll.coll_barrier (module->comm, module->comm->c_coll.coll_barrier);
150+
module->comm->c_coll.coll_barrier (module->comm, module->comm->c_coll.coll_barrier_module);
151151
OPAL_OUTPUT_VERBOSE((50, ompi_osc_base_framework.framework_output,
152152
"osc pt2pt: fence end (short circuit)"));
153153
return ret;

0 commit comments

Comments
 (0)