Skip to content

Commit dae0ab1

Browse files
committed
squashme minor fixups
Signed-off-by: Jeff Squyres <[email protected]>
1 parent 7ef0d1d commit dae0ab1

File tree

1 file changed

+27
-20
lines changed

1 file changed

+27
-20
lines changed

docs/developers.rst

Lines changed: 27 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -10,26 +10,33 @@ Obtaining a Git clone
1010

1111
Open MPI's Git repositories are hosted at GitHub.
1212

13-
#. First, you will need a Git client. We recommend getting the latest version available. If you do not have the command "git" in your path, you will likely need to download and install Git.
14-
#. `ompi <https://github.com/open-mpi/ompi/>`_ is the main Open MPI repository where most active development is done. Git clone this repository. For example:
15-
16-
.. code-block::
17-
:linenos:
18-
19-
shell$ git clone --recursive https://github.com/open-mpi/ompi.git
20-
Cloning into 'ompi'...
21-
remote: Counting objects: 256644, done.
22-
remote: Total 256644 (delta 0), reused 0 (delta 0)
23-
Receiving objects: 100% (256644/256644), 61.98 MiB | 2.15 MiB/s, done.
24-
Resolving deltas: 100% (213377/213377), done.
25-
Checking connectivity... done.
26-
shell$
27-
28-
Note that Git is natively capable of using many forms of web proxies. If your network setup requires the user of a web proxy, `consult the Git documentation for more details <https://git-scm.com/>`_.
29-
30-
.. note:: Prior to October 2014, Open MPI was maintained in a Subversion repository. This Subversion repository had two read-only mirrors: a Mercurial mirror at bitbucket.org and a Git mirror at github.com. These two mirrors are now defunct and will no longer be updated.
31-
32-
If you are using either of these mirrors, you should stop using them and switch to the main Open MPI Git repository at GitHub.
13+
#. First, you will need a Git client. We recommend getting the latest
14+
version available. If you do not have the command ``git`` in your
15+
path, you will likely need to download and install Git.
16+
#. `ompi <https://github.com/open-mpi/ompi/>`_ is the main Open MPI
17+
repository where most active development is done. Git clone this
18+
repository. Note that the use of the ``--recursive`` CLI option is
19+
necessary because Open MPI uses Git submodules:
20+
21+
.. code-block::
22+
:linenos:
23+
24+
shell$ git clone --recursive https://github.com/open-mpi/ompi.git
25+
26+
Note that Git is natively capable of using many forms of web
27+
proxies. If your network setup requires the user of a web proxy,
28+
`consult the Git documentation for more details
29+
<https://git-scm.com/>`_.
30+
31+
.. note:: Prior to October 2014, Open MPI was maintained in a
32+
Subversion repository. This Subversion repository had two
33+
read-only mirrors: a Mercurial mirror at bitbucket.org and a
34+
Git mirror at github.com. These two mirrors are now defunct
35+
and will no longer be updated.
36+
37+
If you are using either of these mirrors, you should stop
38+
using them and switch to the main Open MPI Git repository at
39+
GitHub.
3340

3441

3542
Developer Build Prerequisites

0 commit comments

Comments
 (0)