From 9849f358968a058f5523b0bf5f23207178739aa4 Mon Sep 17 00:00:00 2001
From: Jan Siwiec <jan.siwiec@vsb.cz>
Date: Thu, 4 Mar 2021 10:01:07 +0100
Subject: [PATCH] added installed versions section related to #68

---
 docs.it4i/software/debuggers/valgrind.md | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/docs.it4i/software/debuggers/valgrind.md b/docs.it4i/software/debuggers/valgrind.md
index 9837c89c0..32fe64bef 100644
--- a/docs.it4i/software/debuggers/valgrind.md
+++ b/docs.it4i/software/debuggers/valgrind.md
@@ -17,11 +17,11 @@ The main tools available in Valgrind are:
 
 ## Installed Versions
 
-There are two versions of Valgrind available on the Salomon.
+For the current list of installed versions, use:
 
-* Version 3.8.1, installed by operating system vendor in /usr/bin/valgrind. This version is available by default, without the need to load any module. However, this version does not provide additional MPI support. Also, it does not support AVX2 instructions - debugging of an AVX2-enabled executable with this version will fail
-* Version 3.11.0 built by ICC with support for Intel MPI, available in module `Valgrind/3.11.0-intel-2015b`. After loading the module, this version replaces the default Valgrind.
-* Version 3.11.0 built by GCC with support for OpenMPI, module `Valgrind/3.11.0-foss-2015b`
+```console
+$ ml av Valgrind
+```
 
 ## Usage
 
-- 
GitLab