Software
VTune
HPC2N has a site install of VTune and it is freely available to all users of HPC2N.
Intel VTune Amplifier XE is the premier performance profiler for C, C++, C#, Fortran, Assembly and Java.
Performance Profiler
- Create faster code: Get accurate data, low overhead
- More data: CPU, GPU, FPU, threading, memory……
- Fast answers: Easy analysis turns data into insight
On HPC2N we have VTune available as a module on Kebnekaise.
Since VTune has a GUI, you will want to login with X11 forwarding turned on and with
ssh -Y username@host
if you want to use it that way.
To use the VTune module, first add it to your environment. Use:
module spider vtune
to see which versions are available, as well as how to load the module and the needed prerequisites.
Note that all names of modules are case-sensitive when loading the modules.
You can read more about loading modules on our Accessing software with Lmod page and our Using modules (Lmod) page.
You start the VTune gui with
amplxe-gui
You can find Training and Documentation on the Intel VTune Amplifier Support page.