VTune

From HPC users
Jump to navigationJump to search

Introduction

The Intel VTune™ Amplifier can be used to identify and analyse various aspects in both serial and parallel programs and can be used for both OpenMP and MPI applications. It can be used with a command line interface (CLI) or a graphical user interface (GUI). ¹

Installed version(s)

This version is installed and currently available on environment hpc-env/6.4:

VTune/2019.1

Using VTune

If you want to find out more about VTune on the HPC cluster, you can use the command

module spider VTune

This will show you basic informations e.g. a short description and the currently installed version.

To load the desired version of the module, use the command, e.g.

module load hpc-env 6.4
module load VTune

Always remember: this command is case sensitive!


Documentation

A documentation page by intel can be found here.