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 authored and jladd-mlnx committed Jan 26, 2016
1 parent 1e011bf commit 8a2bc95
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions ompi/mca/coll/hcoll/coll_hcoll_ops.c
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,6 @@ int mca_coll_hcoll_reduce(const void *sbuf, void *rbuf, int count,
}

int mca_coll_hcoll_alltoall(const void *sbuf, int scount,
>>>>>>> e398bf6... Adding entry points for Allgatherv, iAllgatherv, Reduce, and iReduce.
struct ompi_datatype_t *sdtype,
void* rbuf, int rcount,
struct ompi_datatype_t *rdtype,
Expand Down Expand Up @@ -547,7 +546,6 @@ int mca_coll_hcoll_iallgatherv(const void *sbuf, int scount,
}
#endif
int mca_coll_hcoll_iallreduce(const void *sbuf, void *rbuf, int count,
>>>>>>> e398bf6... Adding entry points for Allgatherv, iAllgatherv, Reduce, and iReduce.
struct ompi_datatype_t *dtype,
struct ompi_op_t *op,
struct ompi_communicator_t *comm,
Expand Down

0 comments on commit 8a2bc95

Please sign in to comment.