Versionen im Vergleich

Schlüssel

  • Diese Zeile wurde hinzugefügt.
  • Diese Zeile wurde entfernt.
  • Formatierung wurde geändert.

...

Codeblock
languagebash
vtune -help

Run VTune via command line interface (recommended non-interactive use)

Run your application with VTune wrapper as follows:
www.intel.com/content/www/us/en/docs/vtune-profiler/user-guide/2023-0/command-line-interface.html

...

Codeblock
languagebash
vtune -report summary -r vtune_*

VTune-GUI (not recommended)

Login with x-window support (ssh -X) and then start

Codeblock
languagebash
vtune-gui

Run VTune-GUI remotely on your own browser (recommended interactive use)

Login to supercomputer with local port forwarding and start vtune server in the background:

...