File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -35,11 +35,11 @@ To connect to a compute node you will need to use slurm
35
35
36
36
By default you can run the command:
37
37
38
- ``` srun --partition=mesonet --account=m25065-students --time=10:00:00 --mem=64G --pty /bin/bash ```
38
+ ``` srun --partition=mesonet --account=m25065-students --time=10:00:00 --mem=64G -c 16 - -pty /bin/bash ```
39
39
40
40
If you need a GPU, run the command
41
41
42
- ``` srun --partition=mesonet --account=m25065-students --time=10:00:00 --mem=64G --gres=gpu:1 --pty /bin/bash ```
42
+ ``` srun --partition=mesonet --account=m25065-students --time=10:00:00 -c 16 - -mem=64G --gres=gpu:1 --pty /bin/bash ```
43
43
44
44
Due to a technical issue, for your job to properly take GPUs into account you will need to enter this command as soon as you connect to a compute node
45
45
You can’t perform that action at this time.
0 commit comments