From 1c74a32e7ec2cca7ceee68ca4b4419cf858f738b Mon Sep 17 00:00:00 2001 From: Jan Siwiec <jan.siwiec@vsb.cz> Date: Mon, 7 Oct 2024 08:55:59 +0200 Subject: [PATCH] Update intel-vtune-amplifier.md --- docs.it4i/software/debuggers/intel-vtune-amplifier.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/docs.it4i/software/debuggers/intel-vtune-amplifier.md b/docs.it4i/software/debuggers/intel-vtune-amplifier.md index b5bf1c36c..70153b533 100644 --- a/docs.it4i/software/debuggers/intel-vtune-amplifier.md +++ b/docs.it4i/software/debuggers/intel-vtune-amplifier.md @@ -1,6 +1,3 @@ -!!!warning - This page has not been updated yet. The page does not reflect the transition from PBS to Slurm. - # Intel VTune Amplifier XE ## Introduction @@ -24,7 +21,7 @@ $ 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: +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 `--gres=vtune:` resource at job submit. The version is the same as for the environment module. ```console $ salloc -p qexp -A PROJECT_ID --nodes=1 --gres=vtune:2020_update3 -- GitLab