Skip to content

Commit 4f43fdc

Browse files
committed
Add another MPS link
1 parent 27926d0 commit 4f43fdc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/tools/slurm.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ Omitting the `--gpus-per-task` flag will lead to all ranks on the node using the
6262

6363
Using multiple ranks per GPU can improve performance e.g. of applications that don't generate enough work for a GPU using a single rank, or ones that scale badly to all 72 cores of the Grace CPU.
6464
In these cases SLURM jobs must be configured to assign multiple ranks to a single GPU.
65-
This is best done using MPS.
65+
This is best done using [MPS](https://docs.nvidia.com/deploy/mps/index.html).
6666
To use MPS, launch your application using the following wrapper script, which will start MPS on one rank per node and assign GPUs to ranks according to the CPU mask of a rank, ensuring the closest GPU is used:
6767

6868
```bash

0 commit comments

Comments
 (0)