Skip to content

Commit

Permalink
Update containers.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
andygittings committed Jan 28, 2022
1 parent 1663b0d commit 6c37ad1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jade/containers.rst
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ You should use these scripts with Slurm. So for example with an INTERACTIVE sess

::

srun -I --pty -t 0-10:00 --gres gpu:1 -p small /jmain02/apps/singularity/singinteractive /jmain02/apps/singularity/singularity-images/caffe-gpu.img
srun -I --pty -t 0-10:00 --gres gpu:1 -p small singularity /jmain02/apps/singularity/singularity-images/caffe-gpu.img

If you want to run in batch mode, you should call ``singbatch`` (using sbatch) and provide a script to execute within the container.

Expand Down

0 comments on commit 6c37ad1

Please sign in to comment.