1
1

README: add --enable-mca-no-build explanation

Also update the configure.ac help message for --enable-mca-no-build to
avoid using a framework name that does not exist any more.

Signed-off-by: Jeff Squyres <jsquyres@cisco.com>
Этот коммит содержится в:
Jeff Squyres 2016-11-03 06:11:51 -07:00
родитель a47ad865d3
Коммит c54dc87f71
2 изменённых файлов: 9 добавлений и 1 удалений

5
README
Просмотреть файл

@ -838,6 +838,11 @@ INSTALLATION OPTIONS
libraries for their own purposes. This option is *not* intended for
typical users of Open MPI.
--enable-mca-no-build=LIST
Comma-separated list of <type>-<component> pairs that will not be
built. For example, "--enable-mca-no-build=btl-portals,oob-ud" will
disable building the portals BTL and the ud OOB component.
NETWORKING SUPPORT / OPTIONS
--with-fca=<directory>

Просмотреть файл

@ -56,7 +56,10 @@ AC_DEFUN([OPAL_MCA],[
AC_ARG_ENABLE([mca-no-build],
[AC_HELP_STRING([--enable-mca-no-build=LIST],
[Comma-separated list of <type>-<component> pairs
that will not be built. Example: "--enable-mca-no-build=maffinity,btl-portals" will disable building all maffinity components and the "portals" btl components.])])
that will not be built. Example:
"--enable-mca-no-build=btl-portals,oob-ud" will
disable building the "portals" btl and the "ud"
oob components.])])
AC_ARG_ENABLE(mca-dso,
AC_HELP_STRING([--enable-mca-dso=LIST],
[Comma-separated list of types and/or