From 346d027e91d22652424cef749c40d1f766bfb6d3 Mon Sep 17 00:00:00 2001
From: Jan Siwiec <jan.siwiec@vsb.cz>
Date: Thu, 4 Mar 2021 09:44:18 +0100
Subject: [PATCH] added installed versions section related to #68

---
 docs.it4i/software/debuggers/total-view.md | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/docs.it4i/software/debuggers/total-view.md b/docs.it4i/software/debuggers/total-view.md
index 594583247..e62f19ddf 100644
--- a/docs.it4i/software/debuggers/total-view.md
+++ b/docs.it4i/software/debuggers/total-view.md
@@ -4,6 +4,14 @@
 
 TotalView is a GUI-based source code multi-process, multi-thread debugger.
 
+## Installed Versions
+
+For the current list of installed versions, use:
+
+```console
+$ ml av TotalView
+```
+
 ## License and Limitations for Cluster Users
 
 On the cluster, users can debug OpenMP or MPI code that runs up to 64 parallel processes. This limitation means that 1 user can debug up 64 processes, or 32 users can debug 2 processes, etc.
@@ -38,7 +46,6 @@ Load the TotalView module:
 
 ```console
     ml TotalView
-    ml totalview
 ```
 
 Compile the code:
-- 
GitLab