From f2ffe0b86b26b7d09f49b8718d55681b948c3d31 Mon Sep 17 00:00:00 2001 From: Mark Piercy Date: Mon, 18 Nov 2024 15:15:33 -0800 Subject: [PATCH] Update singularity.md 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 --- src/docs/software/containers/singularity.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/docs/software/containers/singularity.md b/src/docs/software/containers/singularity.md index b1ec7ae05..1ff8f1347 100644 --- a/src/docs/software/containers/singularity.md +++ b/src/docs/software/containers/singularity.md @@ -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