Skip to content

Commit bfb8606

Browse files
authored
Merge pull request #5381 from hoopoepg/topic/fixed-mxm-symbol-conflict
MCA/MTL/MXM: fixed symbol duplicates
2 parents a997e63 + d0d78a8 commit bfb8606

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ompi/mca/mtl/mxm/mtl_mxm_types.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ typedef struct mca_mtl_mxm_component_t {
6161
} mca_mtl_mxm_component_t;
6262

6363

64-
OMPI_DECLSPEC mca_mtl_mxm_component_t mca_mtl_mxm_component;
64+
extern mca_mtl_mxm_component_t mca_mtl_mxm_component;
6565

6666

6767
static inline mxm_conn_h ompi_mtl_mxm_conn_lookup(struct ompi_communicator_t* comm, int rank) {

0 commit comments

Comments
 (0)