Versionen im Vergleich

Schlüssel

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


Auszug

Intel VTune, Intel Advisor, Intel Inspector, Intel Trace Analyzer and Collector
("vtune", "advisor", "inspector", and "itac" environment modules)

Arm DDT ("DDT") is a parallel debugger and part of the Arm Forge software suite. You can find more information at Arm DDT Get Started
DDT is installed on HLRN IV and easiest used via a connection to a locally running GUI.

...

VTune

Intro:
https://

...

www.

...

intel.com/

...

module load forge/20.1.3
export ALLINEA_DEBUG_SRUN_ARGS="%default% --oversubscribe"

...

You can also debug non-MPI programs as follows:

...

locally launch the Forge GUI, select remote host, but manual program launch

...

content/www/us/en/docs/vtune-profiler/get-started-guide/2023/linux-os.html

VTune Command Line Interface

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
For example:
mpirun -np 4 vtune –collect hotspots -result-dir vtune_hotspot ./path-to_your/app.exe args_of_your_app

VTune GUI