Skip to content

Commit

Permalink
Update singularity.md
Browse files Browse the repository at this point in the history
users would wait too long for srun -c --pty bash since it would default to normal partition, much faster to do sh_dev -c 4
  • Loading branch information
mpiercy authored Nov 18, 2024
1 parent ff3b51c commit f2ffe0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/docs/software/containers/singularity.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ when assembling the image, so requesting multiple cores in your job can make
the pull operation faster:

``` shell
$ srun -c 4 --pty bash
$ sh_dev -c 4
```

We recommend storing Singularity images in `$GROUP_HOME`, as container images
Expand Down

0 comments on commit f2ffe0b

Please sign in to comment.