Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -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 <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>
Expand Down
5 changes: 4 additions & 1 deletion config/opal_mca.m4
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down