Skip to content
This repository was archived by the owner on Sep 30, 2022. It is now read-only.

Commit f477c67

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 8a2bc95 commit f477c67

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
@@ -292,7 +292,7 @@ int mca_coll_hcoll_ialltoallv(void *sbuf, int *scounts,
292292
ompi_request_t **req,
293293
mca_coll_base_module_t *module);
294294

295-
int mca_coll_hcoll_igatherv(void* sbuf, int scount,
295+
int mca_coll_hcoll_igatherv(const void* sbuf, int scount,
296296
struct ompi_datatype_t *sdtype,
297297
void* rbuf, int *rcounts, int *displs,
298298
struct ompi_datatype_t *rdtype,

0 commit comments

Comments
 (0)