Skip to content

Commit af4ab94

Browse files
Update readme
1 parent 24cd66d commit af4ab94

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/using-rdma-network-locality-when-running-workloads-on-oke.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -279,12 +279,12 @@ spec:
279279
restartPolicy: Never
280280
```
281281

282-
### Using Node Ordering script as an Init Container with MPI Operator
282+
### Using Node Ordering script as an Init Container
283283
If your workload can use an ordered hostfile or a rankfile (e.g. `mpirun`), you can use the [Node Ordering script](../docker/node-ordering/node_ordering.py) to generate the ordered hostfile/rankfile using an Init Container and then use the generated hostlist/rankfile in your job.
284284

285285
The script creates the files using the same `customerLocalBlock` information available in instance metadata service.
286286

287-
Example for running the RCCL tests with MPI Operator:
287+
Here's an example for running the RCCL tests with [MPI Operator](https://github.com/kubeflow/mpi-operator):
288288

289289
```yaml
290290
apiVersion: kubeflow.org/v2beta1

0 commit comments

Comments
 (0)