Intial checkin of bmi to btl renaming. This breaks the build but is necessary
so that I can next rename all the files under mca/btl using "svn mv" which is not possible until after the initial "svn mv bmi btl" is checked in. This commit was SVN r6220.
Этот коммит содержится в:
родитель
7c80bb9a9c
Коммит
2e9bbda826
@ -157,7 +157,7 @@ unset msg
|
||||
# The list of MCA types (it's fixed)
|
||||
|
||||
AC_MSG_CHECKING([for MCA types])
|
||||
found_types="common allocator bmi coll errmgr gpr io iof mpool ns oob pls pml ptl ras rds rmaps rmgr rml schema soh topo"
|
||||
found_types="common allocator btl coll errmgr gpr io iof mpool ns oob pls pml ptl ras rds rmaps rmgr rml schema soh topo"
|
||||
AC_MSG_RESULT([$found_types])
|
||||
|
||||
# Get the list of all the non-configure MCA components that were found by
|
||||
@ -572,10 +572,10 @@ AC_SUBST(MCA_mpool_STATIC_SUBDIRS)
|
||||
AC_SUBST(MCA_mpool_DSO_SUBDIRS)
|
||||
AC_SUBST(MCA_mpool_STATIC_LTLIBS)
|
||||
|
||||
AC_SUBST(MCA_bmi_ALL_SUBDIRS)
|
||||
AC_SUBST(MCA_bmi_STATIC_SUBDIRS)
|
||||
AC_SUBST(MCA_bmi_DSO_SUBDIRS)
|
||||
AC_SUBST(MCA_bmi_STATIC_LTLIBS)
|
||||
AC_SUBST(MCA_btl_ALL_SUBDIRS)
|
||||
AC_SUBST(MCA_btl_STATIC_SUBDIRS)
|
||||
AC_SUBST(MCA_btl_DSO_SUBDIRS)
|
||||
AC_SUBST(MCA_btl_STATIC_LTLIBS)
|
||||
|
||||
AC_SUBST(MCA_pml_ALL_SUBDIRS)
|
||||
AC_SUBST(MCA_pml_STATIC_SUBDIRS)
|
||||
|
@ -1517,8 +1517,8 @@ AC_CONFIG_FILES([
|
||||
|
||||
src/mca/allocator/Makefile
|
||||
src/mca/allocator/base/Makefile
|
||||
src/mca/bmi/Makefile
|
||||
src/mca/bmi/base/Makefile
|
||||
src/mca/btl/Makefile
|
||||
src/mca/btl/base/Makefile
|
||||
src/mca/coll/Makefile
|
||||
src/mca/coll/base/Makefile
|
||||
src/mca/io/Makefile
|
||||
@ -1551,7 +1551,7 @@ AC_CONFIG_FILES([
|
||||
|
||||
src/dynamic-mca/Makefile
|
||||
src/dynamic-mca/allocator/Makefile
|
||||
src/dynamic-mca/bmi/Makefile
|
||||
src/dynamic-mca/btl/Makefile
|
||||
src/dynamic-mca/coll/Makefile
|
||||
src/dynamic-mca/io/Makefile
|
||||
src/dynamic-mca/mpool/Makefile
|
||||
|
@ -19,7 +19,7 @@ include $(top_srcdir)/config/Makefile.options
|
||||
SUBDIRS = \
|
||||
common \
|
||||
allocator \
|
||||
bmi \
|
||||
btl \
|
||||
coll \
|
||||
errmgr \
|
||||
gpr \
|
||||
|
@ -16,7 +16,7 @@
|
||||
|
||||
include $(top_srcdir)/config/Makefile.options
|
||||
|
||||
SUBDIRS = $(MCA_bmi_DSO_SUBDIRS)
|
||||
SUBDIRS = $(MCA_btl_DSO_SUBDIRS)
|
||||
DISTCLEANFILES = $(SUBDIRS)
|
||||
|
||||
# Every directory under here is a sym link to something in the main
|
@ -29,7 +29,7 @@ SUBDIRS = \
|
||||
gpr \
|
||||
mpool \
|
||||
ns \
|
||||
bmi \
|
||||
btl \
|
||||
oob \
|
||||
pls \
|
||||
pml \
|
||||
|
Загрузка…
Ссылка в новой задаче
Block a user