From f477c67d3f8113c3224ad1c16ece78a5e4521797 Mon Sep 17 00:00:00 2001 From: Joshua Ladd Date: Sat, 23 Jan 2016 01:49:30 +0200 Subject: [PATCH] Adding entry points for Allgatherv, iAllgatherv, Reduce, and iReduce. Signed-off-by: Joshua Ladd Conflicts: ompi/mca/coll/hcoll/coll_hcoll.h ompi/mca/coll/hcoll/coll_hcoll_ops.c --- ompi/mca/coll/hcoll/coll_hcoll.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ompi/mca/coll/hcoll/coll_hcoll.h b/ompi/mca/coll/hcoll/coll_hcoll.h index 55bd189050..980f0ebb2d 100644 --- a/ompi/mca/coll/hcoll/coll_hcoll.h +++ b/ompi/mca/coll/hcoll/coll_hcoll.h @@ -292,7 +292,7 @@ int mca_coll_hcoll_ialltoallv(void *sbuf, int *scounts, ompi_request_t **req, mca_coll_base_module_t *module); -int mca_coll_hcoll_igatherv(void* sbuf, int scount, +int mca_coll_hcoll_igatherv(const void* sbuf, int scount, struct ompi_datatype_t *sdtype, void* rbuf, int *rcounts, int *displs, struct ompi_datatype_t *rdtype,