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

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

diff --git a/docs.it4i/software/debuggers/intel-vtune-amplifier.md b/docs.it4i/software/debuggers/intel-vtune-amplifier.md
index 5a372d43e..a60815c6d 100644
--- a/docs.it4i/software/debuggers/intel-vtune-amplifier.md
+++ b/docs.it4i/software/debuggers/intel-vtune-amplifier.md
@@ -11,6 +11,14 @@ Intel*®* VTune™ Amplifier, part of Intel Parallel studio, is a GUI profiling
 
 ![](../../img/vtune-amplifier.png)
 
+## Installed Versions 
+
+For the current list of installed versions, use:
+
+```console
+$ ml av VTune
+```
+
 ## Usage
 
 To profile an application with VTune Amplifier, 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, for VTune/2016_update1, use:
-- 
GitLab