We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e54cfa7 commit f7e6935Copy full SHA for f7e6935
docs/installing-open-mpi/configure-cli-options/support-libraries.rst
@@ -20,7 +20,7 @@ are used by Open MPI that can be used with ``configure``:
20
* ``external``: Use an external installation (rely on default
21
compiler and linker paths to find it). ``configure`` will abort
22
if it cannot find suitable header files and libraries.
23
- * ``internal``: Use Open MPI's internal/bundled copy..
+ * ``internal``: Use Open MPI's internal/bundled copy.
24
* No value specified: Try the ``external`` behavior. If that fails,
25
fall back to ``internal`` behavior. *This is the default behavior.*
26
* ``DIR``: Specify the location of a specific installation to use.
0 commit comments