allgather         158 ompi/mca/coll/base/coll_base_comm_select.c             COPY(avail->ac_module, comm, allgather);
allgather         243 ompi/mca/coll/base/coll_base_comm_select.c     if (CHECK_NULL(which_func, comm, allgather) ||
allgather          53 ompi/mca/coll/base/coll_base_comm_unselect.c     CLOSE(comm, allgather);
allgather         121 ompi/mca/coll/demo/coll_demo_component.c     RELEASE(module, allgather);
allgather         187 ompi/mca/coll/demo/coll_demo_module.c     COPY(comm, demo_module, allgather);
allgather         177 ompi/mca/coll/hcoll/coll_hcoll_module.c     HCOL_SAVE_PREV_COLL_API(allgather);
allgather          65 ompi/mca/coll/monitoring/coll_monitoring_component.c         operation(m, c, allgather);                             \
allgather         136 ompi/runtime/ompi_cr.c         SIGNAL(comm, modules, highest_module, msg, ret, allgather);
allgather         191 orte/mca/grpcomm/base/grpcomm_base_stubs.c         if (NULL != active->module->allgather) {
allgather         192 orte/mca/grpcomm/base/grpcomm_base_stubs.c             if (ORTE_SUCCESS == (rc = active->module->allgather(coll, cd->buf))) {
allgather          48 orte/mca/grpcomm/direct/grpcomm_direct.c static int allgather(orte_grpcomm_coll_t *coll,
allgather          56 orte/mca/grpcomm/direct/grpcomm_direct.c     allgather
allgather         134 orte/mca/grpcomm/grpcomm.h     orte_grpcomm_base_module_allgather_fn_t      allgather;
allgather         165 orte/mca/grpcomm/grpcomm.h     orte_grpcomm_base_API_allgather_fn_t         allgather;
allgather         122 orte/orted/pmix/pmix_server_fence.c     if (ORTE_SUCCESS != (rc = orte_grpcomm.allgather(cd->sig, buf, pmix_server_release, cd))) {