Versionen im Vergleich

Schlüssel

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

...

Codeblock
languagebash
module add vtune/XXXX

Intro:
https://ci.spdk.io/download/2019-summit-prc/02_Presentation_02_VTune_and_Analyzers_Overview_Sri.pdf
www.intel.com/content/www/us/en/docs/vtune-profiler/get-started-guide/2023/linux-os.html

...

Codeblock
languagebash
#!/bin/bash

echo "Target process PID: ${VTUNE_TARGET_PID}"

# Run VTune collector (here with 4 MPI ranks)
mpirun -np 4 "$@"

...