You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/developers.rst
+27-20Lines changed: 27 additions & 20 deletions
Original file line number
Diff line number
Diff line change
@@ -10,26 +10,33 @@ Obtaining a Git clone
10
10
11
11
Open MPI's Git repositories are hosted at GitHub.
12
12
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:
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
0 commit comments