Skip to content

Commit c81cdd7

Browse files
committed
opal/Makefile.am Remove duplicate symbols for common_cuda
These symbols were causing compilation errors with cuda and the new default statically linked components. Explicitly including common_cuda is unnecessary because the MCA system adds it, which, when built as a static library, caused duplicates. Issue open-mpi#8736 Signed-off-by: William Zhang <[email protected]>
1 parent 8427757 commit c81cdd7

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

opal/Makefile.am

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -86,12 +86,6 @@ lib@OPAL_LIB_PREFIX@open_pal_la_DEPENDENCIES = \
8686
mca/base/libmca_base.la \
8787
util/libopalutil.la \
8888
$(MCA_opal_FRAMEWORK_LIBS)
89-
if OPAL_cuda_support
90-
lib@OPAL_LIB_PREFIX@open_pal_la_LIBADD += \
91-
mca/common/cuda/libmca_common_cuda.la
92-
lib@OPAL_LIB_PREFIX@open_pal_la_DEPENDENCIES += \
93-
mca/common/cuda/libmca_common_cuda.la
94-
endif
9589
lib@OPAL_LIB_PREFIX@open_pal_la_LDFLAGS = -version-info $(libopen_pal_so_version) \
9690
$(opal_libevent_LDFLAGS) \
9791
$(opal_hwloc_LDFLAGS) \

0 commit comments

Comments
 (0)