Skip to content

Commit

Permalink
Update containers.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
andygittings committed Nov 10, 2021
1 parent 401e940 commit 899e4df
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions jade/containers.rst
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ Each of the containerised applications has its own batch launching script:
Singularity Containers
----------

Singularity 2.4 is installed in ``/jmain02/apps/singularity/2.4``. When you build your container, within your own environment, your container you must have the following directories:
Singularity 3.7 is installed on compute nodes, it is not available on login nodes. When you build your container, within your own environment, your container you must have the following directories:

::

Expand Down Expand Up @@ -151,7 +151,6 @@ You should use these scripts with Slurm. So for example with an INTERACTIVE sess

::

module load singularity
srun -I --pty -t 0-10:00 --gres gpu:1 -p small singinteractive /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 899e4df

Please sign in to comment.