diff --git a/docs.it4i/software/debuggers/intel-vtune-profiler.md b/docs.it4i/software/debuggers/intel-vtune-profiler.md index ce632b6cc7fd79de1765db561522d1966b903434..ce496004b8600ef2e2415a15f3cc67a5e244c49a 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: