Skip to content

Commit fa79f22

Browse files
committed
coll/han: cleanup unused utils
With the large-count interface we no longer need these utils. Signed-off-by: Wenduo Wang <[email protected]>
1 parent c53b111 commit fa79f22

File tree

3 files changed

+1
-81
lines changed

3 files changed

+1
-81
lines changed

ompi/mca/coll/han/Makefile.am

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,7 @@ coll_han_algorithms.c \
3434
coll_han_dynamic.c \
3535
coll_han_dynamic_file.c \
3636
coll_han_topo.c \
37-
coll_han_subcomms.c \
38-
coll_han_utils.c
37+
coll_han_subcomms.c
3938

4039
# Make the output library in this directory, and name it either
4140
# mca_<type>_<name>.la (for DSO builds) or libmca_<type>_<name>.la

ompi/mca/coll/han/coll_han.h

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -544,13 +544,6 @@ ompi_coll_han_reorder_gather(const void *sbuf,
544544
struct ompi_communicator_t *comm,
545545
int * topo);
546546

547-
size_t
548-
coll_han_utils_gcd(const uint64_t *numerators, const size_t size);
549-
550-
int
551-
coll_han_utils_create_contiguous_datatype(size_t count, const ompi_datatype_t *oldType,
552-
ompi_datatype_t **newType);
553-
554547
static inline struct mca_smsc_endpoint_t *mca_coll_han_get_smsc_endpoint (struct ompi_proc_t *proc) {
555548
extern opal_mutex_t mca_coll_han_lock;
556549
if (NULL == proc->proc_endpoints[OMPI_PROC_ENDPOINT_TAG_SMSC]) {

ompi/mca/coll/han/coll_han_utils.c

Lines changed: 0 additions & 72 deletions
This file was deleted.

0 commit comments

Comments
 (0)