Skip to content

Commit f14465f

Browse files
authored
slurm_on_pelle.md - correction on --gpus= option
1 parent fc790b9 commit f14465f

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

docs/cluster_guides/slurm_on_pelle.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -175,10 +175,14 @@ There are two kinds of GPUs at the moment.
175175

176176
Therefore, at first hand, allocate the default ``L40s`` and one of them
177177

178-
- To allocate L40s: ``-p gpu --gres=gpu:<number of GPUs>`` or ``-p gpu --gpus:l40s:<number of GPUs>``
178+
<!--
179+
- To allocate GPUs without specifying which type (will default to L40s in the future): ``-p gpu --gres=gpu:<number of GPUs>``
180+
-->
179181

180-
- Example with 1 GPU: ``interactive -A staff -t 1:0:0 -p gpu --gres=gpu:1``
181-
- Example with 11 GPUs: ``interactive -A staff -t 1:0:0 -p gpu --gres=gpu:11`` will fail because there are just 10 GPUs on one node!
182+
- To allocate L40s: ``-p gpu --gpus=l40s:<number of GPUs>``
183+
184+
- Example with 1 GPU: ``interactive -A staff -t 1:0:0 -p gpu --gpus=l40s:1``
185+
- Example with 11 GPUs: ``interactive -A staff -t 1:0:0 -p gpu --gpus=l40s:11`` will fail because there are just 10 GPUs on one node!
182186

183187
- To allocate H100: ``-p gpu --gpus=h100:<number of GPUs>``
184188

0 commit comments

Comments
 (0)