Skip to content

Commit 4a3e9a4

Browse files
authored
Merge pull request #2355 from jsquyres/pr/v2.x/enable-mca-no-build-help-update
v2.x: enable mca no build help update
2 parents dfe21b3 + d244c31 commit 4a3e9a4

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
@@ -827,6 +827,11 @@ INSTALLATION OPTIONS
827827
libraries for their own purposes. This option is *not* intended for
828828
typical users of Open MPI.
829829

830+
--enable-mca-no-build=LIST
831+
Comma-separated list of <type>-<component> pairs that will not be
832+
built. For example, "--enable-mca-no-build=btl-portals,oob-ud" will
833+
disable building the portals BTL and the ud OOB component.
834+
830835
NETWORKING SUPPORT / OPTIONS
831836

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