diff --git a/docs/slurm.md b/docs/slurm.md index 7d30531..98487e4 100644 --- a/docs/slurm.md +++ b/docs/slurm.md @@ -225,18 +225,19 @@ cn104 This is an example command to connect to a worker node on GPSC5 ```sh -srun --jobid= --pty bash -l +srun --jobid= --overlap --pty bash -l ``` Example of connecting to a GPU running job on GPSC5. ```sh -srun --jobid= --gres=gpu:8 -N 1 --ntasks=1 --mem-per-cpu=0 --pty -w ib14gpu-001 -s /bin/bash -l +srun --jobid= --overlap --gres=gpu:8 -N 1 --ntasks=1 --mem-per-cpu=0 --pty -w ib14gpu-001 -s /bin/bash -l ``` ```sh srun \ --jobid \ + --overlap \ --gres=gpu:0 \ --nodes 1 \ --ntasks 1 \