added allocator mca component type
This commit was SVN r1264.
Этот коммит содержится в:
родитель
422e59593e
Коммит
e17da43528
@ -628,9 +628,9 @@ MCA_cofs_NO_CONFIGURE_SUBDIRS=""
|
||||
MCA_pcm_NO_CONFIGURE_SUBDIRS=""
|
||||
MCA_registry_NO_CONFIGURE_SUBDIRS=""
|
||||
|
||||
MCA_allocator_NO_CONFIGURE_SUBDIRS=""
|
||||
MCA_coll_NO_CONFIGURE_SUBDIRS=""
|
||||
MCA_io_NO_CONFIGURE_SUBDIRS=""
|
||||
MCA_mem_NO_CONFIGURE_SUBDIRS=""
|
||||
MCA_one_NO_CONFIGURE_SUBDIRS=""
|
||||
MCA_pml_NO_CONFIGURE_SUBDIRS=""
|
||||
MCA_ptl_NO_CONFIGURE_SUBDIRS=""
|
||||
|
@ -43,7 +43,7 @@ unset msg
|
||||
# The list of MCA types (it's fixed)
|
||||
|
||||
AC_MSG_CHECKING([for MCA types])
|
||||
found_types="oob pcm registry coll io mem one pml ptl topo"
|
||||
found_types="oob pcm registry coll io allocator one pml ptl topo"
|
||||
AC_MSG_RESULT([$found_types])
|
||||
|
||||
# Get the list of all the non-configure MCA modules that were found by
|
||||
@ -247,6 +247,11 @@ AC_SUBST(MCA_registry_STATIC_LTLIBS)
|
||||
|
||||
# MPI types
|
||||
|
||||
AC_SUBST(MCA_allocator_ALL_SUBDIRS)
|
||||
AC_SUBST(MCA_allocator_STATIC_SUBDIRS)
|
||||
AC_SUBST(MCA_allocator_DYNAMIC_SUBDIRS)
|
||||
AC_SUBST(MCA_allocator_STATIC_LTLIBS)
|
||||
|
||||
AC_SUBST(MCA_coll_ALL_SUBDIRS)
|
||||
AC_SUBST(MCA_coll_STATIC_SUBDIRS)
|
||||
AC_SUBST(MCA_coll_DYNAMIC_SUBDIRS)
|
||||
@ -257,11 +262,6 @@ AC_SUBST(MCA_io_STATIC_SUBDIRS)
|
||||
AC_SUBST(MCA_io_DYNAMIC_SUBDIRS)
|
||||
AC_SUBST(MCA_io_STATIC_LTLIBS)
|
||||
|
||||
AC_SUBST(MCA_mem_ALL_SUBDIRS)
|
||||
AC_SUBST(MCA_mem_STATIC_SUBDIRS)
|
||||
AC_SUBST(MCA_mem_DYNAMIC_SUBDIRS)
|
||||
AC_SUBST(MCA_mem_STATIC_LTLIBS)
|
||||
|
||||
AC_SUBST(MCA_one_ALL_SUBDIRS)
|
||||
AC_SUBST(MCA_one_STATIC_SUBDIRS)
|
||||
AC_SUBST(MCA_one_DYNAMIC_SUBDIRS)
|
||||
|
@ -802,6 +802,8 @@ AC_CONFIG_FILES([
|
||||
src/mca/registry/Makefile
|
||||
src/mca/registry/base/Makefile
|
||||
|
||||
src/mca/allocator/Makefile
|
||||
src/mca/allocator/base/Makefile
|
||||
src/mca/coll/Makefile
|
||||
src/mca/coll/base/Makefile
|
||||
src/mca/topo/Makefile
|
||||
@ -814,8 +816,6 @@ AC_CONFIG_FILES([
|
||||
src/mca/pml/base/Makefile
|
||||
src/mca/ptl/Makefile
|
||||
src/mca/ptl/base/Makefile
|
||||
src/mca/mem/Makefile
|
||||
src/mca/mem/base/Makefile
|
||||
src/mca/gpr/Makefile
|
||||
|
||||
src/mpi/Makefile
|
||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user