Skip to content

Commit d5ba0a3

Browse files
committed
opal/cuda: Remove opal/cuda
Signed-off-by: William Zhang <wilzhang@amazon.com>
1 parent 8ed9056 commit d5ba0a3

File tree

10 files changed

+0
-2789
lines changed

10 files changed

+0
-2789
lines changed

config/opal_config_files.m4

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
AC_DEFUN([OPAL_CONFIG_FILES],[
1818
AC_CONFIG_FILES([
1919
opal/Makefile
20-
opal/cuda/Makefile
2120
opal/etc/Makefile
2221
opal/include/Makefile
2322
opal/datatype/Makefile

configure.ac

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -987,14 +987,6 @@ AC_CACHE_SAVE
987987

988988
opal_show_title "System-specific tests"
989989

990-
################
991-
# CUDA support #
992-
################
993-
# Note, we should remove this when opal/cuda is removed
994-
OPAL_CHECK_CUDA([opal_cuda],
995-
[opal_cuda_happy="yes"],
996-
[opal_cuda_happy="no"])
997-
998990
##################################
999991
OPAL_CHECK_OS_FLAVORS
1000992

opal/Makefile.am

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -22,26 +22,18 @@
2222
# $HEADER$
2323
#
2424

25-
if OPAL_cuda_support
26-
LIBOPAL_GPU_SUBDIR = cuda
27-
LIBOPAL_GPU_LA = cuda/libopalcuda.la
28-
endif
29-
30-
3125
SUBDIRS = \
3226
include \
3327
datatype \
3428
etc \
3529
util \
3630
mca/base \
37-
$(LIBOPAL_GPU_SUBDIR) \
3831
$(MCA_opal_FRAMEWORKS_SUBDIRS) \
3932
$(MCA_opal_FRAMEWORK_COMPONENT_STATIC_SUBDIRS) \
4033
. \
4134
$(MCA_opal_FRAMEWORK_COMPONENT_DSO_SUBDIRS)
4235
DIST_SUBDIRS = \
4336
include \
44-
cuda \
4537
datatype \
4638
etc \
4739
util \
@@ -67,13 +59,11 @@ lib@OPAL_LIB_NAME@_la_LIBADD = \
6759
libopen-pal_core.la \
6860
datatype/libdatatype.la \
6961
util/libopalutil.la \
70-
$(LIBOPAL_GPU_LA) \
7162
$(MCA_opal_FRAMEWORK_LIBS)
7263
lib@OPAL_LIB_NAME@_la_DEPENDENCIES = \
7364
libopen-pal_core.la \
7465
datatype/libdatatype.la \
7566
util/libopalutil.la \
76-
$(LIBOPAL_GPU_LA) \
7767
$(MCA_opal_FRAMEWORK_LIBS)
7868
lib@OPAL_LIB_NAME@_la_LDFLAGS = -version-info @libopen_pal_so_version@
7969

opal/cuda/Makefile.am

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

opal/cuda/README.md

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

0 commit comments

Comments
 (0)