Skip to content

Commit 408dfde

Browse files
EnricoMitgaddair
authored andcommitted
Minor fixed to the Horovod in Spark contrib section (horovod#1530)
Signed-off-by: Enrico Minack <[email protected]>
1 parent c7dfdce commit 408dfde

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed

docs/_static/spark-mpi.dia

-13 Bytes
Binary file not shown.

docs/_static/spark-mpi.png

-388 Bytes
Loading

docs/contributors.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ Each task runs ``horovod.spark._task_fn`` that registers with the driver, so tha
183183
tasks are up and which IP and port they are running at. They also send their host hash, a string that
184184
is treated by MPI as a hostname.
185185

186-
Note: Horovod expects all tasks to run at the same time, so your cluster has to provide at least ``num_proc`` cores to your Horovod job.
186+
**Note:** Horovod expects all tasks to run at the same time, so your cluster has to provide at least ``num_proc`` cores to your Horovod job.
187187
There can be multiple cores per executor, so an executor can process multiple tasks. Hosts can also have multiple executors.
188188

189189
The driver signals all tasks that all other tasks are up running. Each task continues initialisation

0 commit comments

Comments
 (0)