Skip to content

Commit f877e51

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 37a6ffb commit f877e51

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
@@ -35,8 +35,7 @@ coll_han_algorithms.c \
3535
coll_han_dynamic.c \
3636
coll_han_dynamic_file.c \
3737
coll_han_topo.c \
38-
coll_han_subcomms.c \
39-
coll_han_utils.c
38+
coll_han_subcomms.c
4039

4140
# Make the output library in this directory, and name it either
4241
# 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
@@ -561,13 +561,6 @@ ompi_coll_han_reorder_gather(const void *sbuf,
561561
struct ompi_communicator_t *comm,
562562
int * topo);
563563

564-
size_t
565-
coll_han_utils_gcd(const uint64_t *numerators, const size_t size);
566-
567-
int
568-
coll_han_utils_create_contiguous_datatype(size_t count, const ompi_datatype_t *oldType,
569-
ompi_datatype_t **newType);
570-
571564
static inline struct mca_smsc_endpoint_t *mca_coll_han_get_smsc_endpoint (struct ompi_proc_t *proc) {
572565
extern opal_mutex_t mca_coll_han_lock;
573566
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)