Skip to content
Snippets Groups Projects
Commit 60ee367c authored by Andreas Herten's avatar Andreas Herten
Browse files

Merge branch 'patch-1' into 'master'

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

See merge request !6
parents 56a6040e cd3d443d
Branches
Tags
Loading
...@@ -55,6 +55,7 @@ Further useful options: ...@@ -55,6 +55,7 @@ Further useful options:
* `--ntasks-per-node=2`: Start 2 tasks on each node * `--ntasks-per-node=2`: Start 2 tasks on each node
* `--ntasks-per-core=4`: Start 4 tasks per core * `--ntasks-per-core=4`: Start 4 tasks per core
* `--cpus-per-task=2`: Each task needs 2 processors per task * `--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. **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