18#ifndef __OOB_GROUPCOMM_H__
19#define __OOB_GROUPCOMM_H__
24#include <ucc/api/ucc.h>
52 static ucc_status_t
oob_allgather(
void *sbuf,
void *rbuf,
size_t msglen,
53 void *coll_info,
void **req);
Definition oob_group_comm.h:33
static ucc_status_t oob_allgather_free(void *req)
OOBGroupComm(int r, int ws, bootstrap_handle_t *bh)
static ucc_status_t oob_allgather(void *sbuf, void *rbuf, size_t msglen, void *coll_info, void **req)
static ucc_status_t oob_allgather_test(void *req)
Definition activemsg.h:38
Definition bootstrap.h:32