From 7c574a35309a7b4ae6ce441c2d279f9fa465bd28 Mon Sep 17 00:00:00 2001 From: George Bosilca Date: Sun, 7 Feb 2016 07:22:22 +0200 Subject: [PATCH] Typo. --- ompi/mca/osc/pt2pt/osc_pt2pt_active_target.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ompi/mca/osc/pt2pt/osc_pt2pt_active_target.c b/ompi/mca/osc/pt2pt/osc_pt2pt_active_target.c index 0b3c2e0727..b8b04796e1 100644 --- a/ompi/mca/osc/pt2pt/osc_pt2pt_active_target.c +++ b/ompi/mca/osc/pt2pt/osc_pt2pt_active_target.c @@ -147,7 +147,7 @@ int ompi_osc_pt2pt_fence(int assert, ompi_win_t *win) /* short-circuit the noprecede case */ if (0 != (assert & MPI_MODE_NOPRECEDE)) { - module->comm->c_coll.coll_barrier (module->comm, module->comm->c_coll.coll_barrier); + module->comm->c_coll.coll_barrier (module->comm, module->comm->c_coll.coll_barrier_module); OPAL_OUTPUT_VERBOSE((50, ompi_osc_base_framework.framework_output, "osc pt2pt: fence end (short circuit)")); return ret;