Skip to content
Snippets Groups Projects
Commit cd3d443d authored by Jiri Kraus's avatar Jiri Kraus
Browse files

Added `--cuda-mps` as useful salloc option.

parent 5b08da7e
No related branches found
No related tags found
1 merge request!6Added `--cuda-mps` as useful salloc option.
......@@ -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.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment