Skip to content

Commit a949777

Browse files
author
Joshua Ladd
committed
Adding entry points for Allgatherv, iAllgatherv, Reduce, and iReduce.
Signed-off-by: Joshua Ladd <[email protected]> Conflicts: ompi/mca/coll/hcoll/coll_hcoll.h ompi/mca/coll/hcoll/coll_hcoll_ops.c
1 parent 72bc0d4 commit a949777

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ompi/mca/coll/hcoll/coll_hcoll.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,7 @@ int mca_coll_hcoll_ialltoallv(void *sbuf, int *scounts,
286286
ompi_request_t **req,
287287
mca_coll_base_module_t *module);
288288

289-
int mca_coll_hcoll_igatherv(void* sbuf, int scount,
289+
int mca_coll_hcoll_igatherv(const void* sbuf, int scount,
290290
struct ompi_datatype_t *sdtype,
291291
void* rbuf, int *rcounts, int *displs,
292292
struct ompi_datatype_t *rdtype,

0 commit comments

Comments
 (0)