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/running.rst
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -62,7 +62,7 @@ Usage of ``horovodrun`` requires one of the following:
62
62
If you do not have MPI installed, you can run ``horovodrun`` using Gloo. Gloo dependencies come with Horovod
63
63
automatically, and only require CMake to be available on your system at the time you install Horovod.
64
64
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>`
66
66
directly.
67
67
68
68
@@ -96,12 +96,12 @@ Advanced: Run Horovod with Open MPI
96
96
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
97
97
In some advanced cases you might want fine-grained control over options passed to Open MPI.
98
98
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>`_.
100
100
101
101
Run Horovod with Intel(R) MPI
102
102
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
103
103
``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>`__.
105
105
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>`__.
0 commit comments