diff --git a/README b/README index 2103f8e1b88..a9c56a0b867 100644 --- a/README +++ b/README @@ -827,6 +827,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 - 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= diff --git a/config/opal_mca.m4 b/config/opal_mca.m4 index 1a66c12f4aa..a1f94bce404 100644 --- a/config/opal_mca.m4 +++ b/config/opal_mca.m4 @@ -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 - 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