Versionen im Vergleich

Schlüssel

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


Auszug

Intel VTune, Intel APS, 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.

...

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

...

for x86 based hardware: best for Intel, some AMD)



module loaduse case

VTune (← click for more)

  • Application Performance Snapshot
  • Profiler
vtune/


  • high level - initial overview
  • low level - detailed performance analysis (e.g. hotspots, bottlenecks)
Advisoradvisor/low level - threading and vectorization aid (e.g roofline analysis)
Inspectorinspector/low level - memory & threading error checking (e.g. find leaks or data races)
Trace Analyzer and Collectoritac/low level - identify MPI load imbalances and communication hotspots


Documentation is provided here: Materials