Skip to content

Commit c54dc87

Browse files
committed
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 <[email protected]>
1 parent a47ad86 commit c54dc87

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

README

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -838,6 +838,11 @@ INSTALLATION OPTIONS
838838
libraries for their own purposes. This option is *not* intended for
839839
typical users of Open MPI.
840840

841+
--enable-mca-no-build=LIST
842+
Comma-separated list of <type>-<component> pairs that will not be
843+
built. For example, "--enable-mca-no-build=btl-portals,oob-ud" will
844+
disable building the portals BTL and the ud OOB component.
845+
841846
NETWORKING SUPPORT / OPTIONS
842847

843848
--with-fca=<directory>

config/opal_mca.m4

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,10 @@ AC_DEFUN([OPAL_MCA],[
5656
AC_ARG_ENABLE([mca-no-build],
5757
[AC_HELP_STRING([--enable-mca-no-build=LIST],
5858
[Comma-separated list of <type>-<component> pairs
59-
that will not be built. Example: "--enable-mca-no-build=maffinity,btl-portals" will disable building all maffinity components and the "portals" btl components.])])
59+
that will not be built. Example:
60+
"--enable-mca-no-build=btl-portals,oob-ud" will
61+
disable building the "portals" btl and the "ud"
62+
oob components.])])
6063
AC_ARG_ENABLE(mca-dso,
6164
AC_HELP_STRING([--enable-mca-dso=LIST],
6265
[Comma-separated list of types and/or

0 commit comments

Comments
 (0)