Skip to content

Commit 59b0b42

Browse files
authored
Merge pull request #2356 from jsquyres/pr/v2.0.x/enable-mca-no-build-help-update
v2.02: enable mca no build help update
2 parents f409abd + 63d57b8 commit 59b0b42

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
@@ -819,6 +819,11 @@ INSTALLATION OPTIONS
819819
command line that are not in FILE are also used. Options on the
820820
command line and in FILE are replaced by what is in FILE.
821821

822+
--enable-mca-no-build=LIST
823+
Comma-separated list of <type>-<component> pairs that will not be
824+
built. For example, "--enable-mca-no-build=btl-portals,oob-ud" will
825+
disable building the portals BTL and the ud OOB component.
826+
822827
NETWORKING SUPPORT / OPTIONS
823828

824829
--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)