Skip to content

Commit 9cd2408

Browse files
Fix broken links to MPI doc. (horovod#2913)
Signed-off-by: Ryan <[email protected]>
1 parent 41af508 commit 9cd2408

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/running.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ Usage of ``horovodrun`` requires one of the following:
6262
If you do not have MPI installed, you can run ``horovodrun`` using Gloo. Gloo dependencies come with Horovod
6363
automatically, and only require CMake to be available on your system at the time you install Horovod.
6464

65-
If you wish to use a different version of MPI, you may still be able to run Horovod using `mpirun <mpirun.rst>`
65+
If you wish to use a different version of MPI, you may still be able to run Horovod using `mpirun <mpi.rst>`
6666
directly.
6767

6868

@@ -96,12 +96,12 @@ Advanced: Run Horovod with Open MPI
9696
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
9797
In some advanced cases you might want fine-grained control over options passed to Open MPI.
9898
To learn how to run Horovod training directly using Open MPI,
99-
read `Run Horovod with Open MPI <mpirun.rst>`_.
99+
read `Run Horovod with Open MPI <mpi.rst>`_.
100100

101101
Run Horovod with Intel(R) MPI
102102
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
103103
``horovodrun`` automatically converts some parameters to the format supported by Intel(R) MPI ``mpirun``. The set of allowed options includes ``-np``, ``-H`` and
104-
ssh arguments (-p, -i). Intel(R) MPI ``mpirun`` does not support MCA parameters, but you can set some of the options via `environment variables <https://software.intel.com/content/www/us/en/develop/documentation/mpi-developer-reference-linux/environment-variable-reference.html>`__.
104+
ssh arguments (-p, -i). Intel(R) MPI ``mpirun`` does not support MCA parameters, but you can set some of the options via `environment variables <https://software.intel.com/content/www/us/en/develop/documentation/mpi-developer-reference-linux/environment-variable-reference.html>`__.
105105
For additional information refer to `Intel(R) MPI official documentation <https://software.intel.com/content/www/us/en/develop/documentation/mpi-developer-reference-linux/top/command-reference/mpiexec-hydra/global-options.html>`__.
106106

107107
.. inclusion-marker-end-do-not-remove

0 commit comments

Comments
 (0)