From a46e4ccd2f0bd264e7be3dd63b7f63c2e5b8dcf2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Krup=C4=8D=C3=ADk?= <lukas.krupcik@vsb.cz> Date: Mon, 5 Mar 2018 13:26:25 +0100 Subject: [PATCH] add singularity it4i --- docs.it4i/software/tools/singularity-it4i.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/docs.it4i/software/tools/singularity-it4i.md b/docs.it4i/software/tools/singularity-it4i.md index 5e2bd36db..7b6bf649f 100644 --- a/docs.it4i/software/tools/singularity-it4i.md +++ b/docs.it4i/software/tools/singularity-it4i.md @@ -24,7 +24,7 @@ On clusters we have different versions of operating systems images. Below you se For current information on available images, refer to the `ml av` statement and the `OS` -## Available operating systems images +## Available Operating Systems Images **Supported OS:** @@ -43,7 +43,7 @@ For current information on available images, refer to the `ml av` statement and * classic * shell - automatics start shell after load module -## IT4Innovations wrappers +## IT4Innovations Wrappers For using modules we prepared special wrappers @@ -113,7 +113,7 @@ New version is ready. (/home/login/.singularity/images/CentOS-6.9_20180220092823 In next examples, we will be using Singularity images on clusters. -### Load image +### Load Image For classic image @@ -150,7 +150,7 @@ $ ml CentOS/6.9-GPU Submited job `qsub -A PROJECT -q qprod -l select=2:mpiprocs=24 -l walltime=00:30:00 -I` -### MPI into image +### MPI Into Image ```console $ ml CentOS/6.9-shell @@ -163,7 +163,7 @@ Singularity CentOS-6.9_20180220092823.img:~> mpirun hostname | wc -l !!! warning You allocate two nodes, but MPI into image use only one node. -### MPI outside image +### MPI Outside Image ```console $ ml CentOS/6.9 @@ -172,14 +172,14 @@ $ image-mpi hostname | wc -l 48 ``` -## Use own image on cluster +## Use Own Image On Cluster 1. Prepare image into your local computer 1. Transfer image to your `/home` (for example `.singularity/image`) 1. Load module Singularity (`ml Singularity`) 1. Use your image -## Edit IT4Innovations image +## Edit IT4Innovations Image 1. Transfer image to your local computer 1. Edit image -- GitLab