From cd3d443d633aa983aa984550dbc84519eb0f696b Mon Sep 17 00:00:00 2001 From: Jiri Kraus <j.kraus@fz-juelich.de> Date: Mon, 8 Apr 2019 12:47:14 +0000 Subject: [PATCH] Added `--cuda-mps` as useful salloc option. --- Batch-Systems.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Batch-Systems.md b/Batch-Systems.md index f72ea9d..40e9989 100644 --- a/Batch-Systems.md +++ b/Batch-Systems.md @@ -55,6 +55,7 @@ Further useful options: * `--ntasks-per-node=2`: Start 2 tasks on each node * `--ntasks-per-core=4`: Start 4 tasks per core * `--cpus-per-task=2`: Each task needs 2 processors per task +* `--cuda-mps`: Start [MPS](https://docs.nvidia.com/deploy/mps/index.html) server. Needed if multiple MPI ranks are sharing a GPU. **Note**: A new shell is launched after allocating resources. -- GitLab