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

---
 docs.it4i/software/debuggers/intel-vtune-profiler.md | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/docs.it4i/software/debuggers/intel-vtune-profiler.md b/docs.it4i/software/debuggers/intel-vtune-profiler.md
index ce632b6cc..ce496004b 100644
--- a/docs.it4i/software/debuggers/intel-vtune-profiler.md
+++ b/docs.it4i/software/debuggers/intel-vtune-profiler.md
@@ -9,6 +9,14 @@ Intel® VTune™ Profiler, part of Intel Parallel studio, is a GUI profiling too
 * Low level specific counters, such as branch analysis and memory bandwidth
 * Power usage analysis - frequency and sleep states.
 
+## Installed Versions
+
+For the current list of installed versions, use:
+
+```console
+$ ml av VTune
+```
+
 ## Usage
 
 To profile an application with VTune Profiler, special kernel modules need to be loaded. The modules are not loaded on the login nodes, thus direct profiling on login nodes is not possible. By default, the kernel modules are not loaded on compute nodes either. In order to have the modules loaded, you need to specify the `vtune=version` PBS resource at job submit. The version is the same as for the environment module. For example, to use VTune/2020_update2-GCC:
-- 
GitLab