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

Commit

Permalink
Adding entry points for Allgatherv, iAllgatherv, Reduce, and iReduce.
Browse files Browse the repository at this point in the history
Signed-off-by: Joshua Ladd <jladd.mlnx@gmail.com>

Conflicts:
	ompi/mca/coll/hcoll/coll_hcoll.h
	ompi/mca/coll/hcoll/coll_hcoll_ops.c
  • Loading branch information
Joshua Ladd committed Jan 26, 2016
1 parent 8a2bc95 commit f477c67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ompi/mca/coll/hcoll/coll_hcoll.h
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit f477c67

Please sign in to comment.