From 7447007e8139855da4d9e5e16a30bd06268b3f93 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, 12 Mar 2018 07:09:38 +0100
Subject: [PATCH] fix GPU

---
 docs.it4i/software/tools/singularity-it4i.md | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/docs.it4i/software/tools/singularity-it4i.md b/docs.it4i/software/tools/singularity-it4i.md
index f14bc5218..04eab6e61 100644
--- a/docs.it4i/software/tools/singularity-it4i.md
+++ b/docs.it4i/software/tools/singularity-it4i.md
@@ -164,13 +164,13 @@ For example submit job `qsub -A PROJECT -q qnvidia -l select=1:ncpus=16:mpiprocs
 **Checking nvidia driver inside image**
 
 ```console
-[login@cn187.anselm ~]$ ml CentOS/6.9-GPU
-Your image of CentOS/6.9-GPU is at location: /home/login/.singularity/images/CentOS-6.9-GPU_20171024164243.img
-[login@cn187.anselm ~]$ image-shell
+[login@cn199.anselm ~]$ image-shell
 Singularity: Invoking an interactive shell within container...
 
-Singularity CentOS-6.9-GPU_20171024164243.img:~> nvidia-smi
-Fri Mar  9 13:01:06 2018       
+Singularity CentOS-6.9-GPU_20180309130604.img:~> ml
+No modules loaded
+Singularity CentOS-6.9-GPU_20180309130604.img:~> nvidia-smi
+Mon Mar 12 07:07:53 2018       
 +-----------------------------------------------------------------------------+
 | NVIDIA-SMI 390.30                 Driver Version: 390.30                    |
 |-------------------------------+----------------------+----------------------+
@@ -178,7 +178,7 @@ Fri Mar  9 13:01:06 2018
 | Fan  Temp  Perf  Pwr:Usage/Cap|         Memory-Usage | GPU-Util  Compute M. |
 |===============================+======================+======================|
 |   0  Tesla K20m          Off  | 00000000:02:00.0 Off |                    0 |
-| N/A   29C    P0    51W / 225W |      0MiB /  4743MiB |     94%      Default |
+| N/A   28C    P0    51W / 225W |      0MiB /  4743MiB |     89%      Default |
 +-------------------------------+----------------------+----------------------+
                                                                                
 +-----------------------------------------------------------------------------+
-- 
GitLab