Ensure we all common and gpr component frameworks
This commit was SVN r1321.
Этот коммит содержится в:
родитель
f70dd29b73
Коммит
43daabc851
@ -43,7 +43,7 @@ unset msg
|
|||||||
# The list of MCA types (it's fixed)
|
# The list of MCA types (it's fixed)
|
||||||
|
|
||||||
AC_MSG_CHECKING([for MCA types])
|
AC_MSG_CHECKING([for MCA types])
|
||||||
found_types="allocator coll io mpool oob one pcm pml ptl registry topo"
|
found_types="allocator coll common io gpr mpool oob one pcm pml ptl registry topo"
|
||||||
AC_MSG_RESULT([$found_types])
|
AC_MSG_RESULT([$found_types])
|
||||||
|
|
||||||
# Get the list of all the non-configure MCA modules that were found by
|
# Get the list of all the non-configure MCA modules that were found by
|
||||||
@ -228,6 +228,13 @@ unset foo type m modules structs outfile outdir total_dir file \
|
|||||||
# substitue on a variable name that contains a variable (e.g.,
|
# substitue on a variable name that contains a variable (e.g.,
|
||||||
# OMPI_MCA_$type_SUBDIRS). So we have to do this manually. :-(
|
# OMPI_MCA_$type_SUBDIRS). So we have to do this manually. :-(
|
||||||
|
|
||||||
|
# Common types
|
||||||
|
|
||||||
|
AC_SUBST(MCA_common_ALL_SUBDIRS)
|
||||||
|
AC_SUBST(MCA_common_STATIC_SUBDIRS)
|
||||||
|
AC_SUBST(MCA_common_DYNAMIC_SUBDIRS)
|
||||||
|
AC_SUBST(MCA_common_STATIC_LTLIBS)
|
||||||
|
|
||||||
# OMPI types
|
# OMPI types
|
||||||
|
|
||||||
AC_SUBST(MCA_oob_ALL_SUBDIRS)
|
AC_SUBST(MCA_oob_ALL_SUBDIRS)
|
||||||
@ -240,6 +247,11 @@ AC_SUBST(MCA_pcm_STATIC_SUBDIRS)
|
|||||||
AC_SUBST(MCA_pcm_DYNAMIC_SUBDIRS)
|
AC_SUBST(MCA_pcm_DYNAMIC_SUBDIRS)
|
||||||
AC_SUBST(MCA_pcm_STATIC_LTLIBS)
|
AC_SUBST(MCA_pcm_STATIC_LTLIBS)
|
||||||
|
|
||||||
|
AC_SUBST(MCA_gpr_ALL_SUBDIRS)
|
||||||
|
AC_SUBST(MCA_gpr_STATIC_SUBDIRS)
|
||||||
|
AC_SUBST(MCA_gpr_DYNAMIC_SUBDIRS)
|
||||||
|
AC_SUBST(MCA_gpr_STATIC_LTLIBS)
|
||||||
|
|
||||||
AC_SUBST(MCA_registry_ALL_SUBDIRS)
|
AC_SUBST(MCA_registry_ALL_SUBDIRS)
|
||||||
AC_SUBST(MCA_registry_STATIC_SUBDIRS)
|
AC_SUBST(MCA_registry_STATIC_SUBDIRS)
|
||||||
AC_SUBST(MCA_registry_DYNAMIC_SUBDIRS)
|
AC_SUBST(MCA_registry_DYNAMIC_SUBDIRS)
|
||||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user