Skip to content
This repository was archived by the owner on Sep 30, 2022. It is now read-only.

Commit 53c30c3

Browse files
bosilcahjelmn
authored andcommitted
Typo.
(cherry picked from open-mpi/ompi@7c574a3) Signed-off-by: Nathan Hjelm <[email protected]>
1 parent ef041df commit 53c30c3

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)