Skip to content

Commit 8303b94

Browse files
committed
mpid/common: remove src/mpid/common/bc
We no longer use MPIDU_bc_ utilities.
1 parent 80dc93c commit 8303b94

File tree

15 files changed

+2
-231
lines changed

15 files changed

+2
-231
lines changed

src/mpid/ch4/include/mpidpre.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@
2424
#include "ch4_csel_container.h"
2525

2626
#define MPID_TAG_DEV_BITS 0
27+
#define MPID_MAX_BC_SIZE 4096
28+
#define MPID_MAX_PORT_NAME MPID_MAX_BC_SIZE
2729

2830
enum {
2931
MPIDI_CH4_MT_DIRECT,

src/mpid/ch4/netmod/ofi/init_addrxchg.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
#include "mpidimpl.h"
77
#include "ofi_impl.h"
88
#include "ofi_init.h"
9-
#include "mpidu_bc.h"
109

1110
/* Perform address exchange and enable netmod communication over the comm. */
1211

src/mpid/ch4/netmod/ofi/ofi_comm.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55

66
#include "mpidimpl.h"
77
#include "ofi_impl.h"
8-
#include "mpidu_bc.h"
98
#include "ofi_noinline.h"
109

1110
#define HAS_PREF_NIC(comm) comm->hints[MPIR_COMM_HINT_MULTI_NIC_PREF_NIC] != -1

src/mpid/ch4/netmod/ucx/ucx_comm.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55

66
#include "mpidimpl.h"
77
#include "ucx_impl.h"
8-
#include "mpidu_bc.h"
98
#ifdef HAVE_HCOLL
109
#include "../../common/hcoll/hcoll.h"
1110
#endif

src/mpid/ch4/netmod/ucx/ucx_init.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55

66
#include "mpidimpl.h"
77
#include "ucx_impl.h"
8-
#include "mpidu_bc.h"
98
#include <ucp/api/ucp.h>
109

1110
/*

src/mpid/ch4/netmod/ucx/ucx_spawn.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55

66
#include "mpidimpl.h"
77
#include "ucx_impl.h"
8-
#include "mpidu_bc.h"
98

109
static void dynamic_send_cb(void *request, ucs_status_t status, void *user_data)
1110
{

src/mpid/ch4/netmod/ucx/ucx_vci.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55

66
#include "mpidimpl.h"
77
#include "ucx_impl.h"
8-
#include "mpidu_bc.h"
98

109
static int all_vcis_address_exchange(MPIR_Comm * comm);
1110
static void flush_all(void);

src/mpid/ch4/src/ch4_init.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@
1313
#include <signal.h>
1414
#endif
1515

16-
#include "mpidu_bc.h" /* MPID_MAX_PORT_NAME */
17-
1816
/*
1917
=== BEGIN_MPI_T_CVAR_INFO_BLOCK ===
2018

src/mpid/ch4/src/ch4_spawn.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
*/
55

66
#include "mpidimpl.h"
7-
#include "mpidu_bc.h"
87

98
#define MPIDI_DYNPROC_NAME_MAX MPID_MAX_BC_SIZE
109

src/mpid/ch4/subconfigure.m4

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ PAC_PROBE_HEADER_LIB(ucx,[ucp/api/ucp.h], [ucp], [ucp_config_read], [-lucs -lucm
2424
build_mpid_common_sched=yes
2525
build_mpid_common_datatype=yes
2626
build_mpid_common_thread=yes
27-
build_mpid_common_bc=yes
2827
build_mpid_common_genq=yes
2928
build_mpid_common_stream_workq=yes
3029

0 commit comments

Comments
 (0)