Skip to content

Commit 1e676fc

Browse files
committed
Correction sur la fiche GSS
1 parent 672c3e2 commit 1e676fc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/code_form/juliet/grayscott.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,11 @@ To connect to a compute node you will need to use slurm
3535

3636
By default you can run the command:
3737

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 ```
3939

4040
If you need a GPU, run the command
4141

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 ```
4343

4444
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
4545

0 commit comments

Comments
 (0)