calcoloscientifico:vtune
Differenze
Queste sono le differenze tra la revisione selezionata e la versione attuale della pagina.
| Entrambe le parti precedenti la revisioneRevisione precedenteProssima revisione | Revisione precedente | ||
| calcoloscientifico:vtune [05/03/2018 11:40] – [Collect] roberto.alfieri | calcoloscientifico:vtune [11/05/2018 10:34] (versione attuale) – [HPC (UNIPR)] paolo.oggiano | ||
|---|---|---|---|
| Linea 2: | Linea 2: | ||
| ===== VTune ===== | ===== VTune ===== | ||
| - | VTune e' un perfomance | + | VTune is a performance |
| - | Informazioni generali di Intel : https:// | + | General information of Intel : https:// |
| - | VTune ha sia un' | + | The VTUne commands have prefix amplxe- *. The most important are: |
| - | Sul cluster HPC per accedere a VTune e' necessario caricare il modulo Intel: | + | * amplxe-cl |
| - | module load intel | + | * amplxe-gui #< launches VTune with a graphical interface. |
| - | I comandi VTUne hano prefisso amplxe-*. I piu' importanti sono: | + | Profiling steps: |
| - | * amplxe-cl | + | * Data collection |
| - | * amplxe-gui # lancia VTune con interfaccia grafica. | + | * Analysis of the results |
| - | + | ||
| - | Fasi del profiling: | + | |
| - | + | ||
| - | * Raccolta dati (collect) | + | |
| - | * Analisi dei risultati | + | |
| ==== Collect ==== | ==== Collect ==== | ||
| - | Per la raccolta dei dati di profiling | + | To collect |
| - | specificando una action | + | specifying an action |
| - | L'action | + | The action |
| - | Questa | + | This action |
| * **hotspots**: | * **hotspots**: | ||
| * **concurrency**: | * **concurrency**: | ||
| - | * **hpc-perfornance**: Identify opportunities to optimize CPU, memory, and FPU utilization for compute-intensive or throughput applications. | + | * **hpc-performance**: Identify opportunities to optimize CPU, memory, and FPU utilization for compute-intensive or throughput applications. |
| * **memory-access**: | * **memory-access**: | ||
| - | L' | + | Command example: |
| + | | ||
| - | === Esempio MARCONI | + | === Result analysis |
| + | The off-line analysis of the collected data can be done in a graphical way with amplxe-gui: | ||
| + | | ||
| - | === Esempio slurm === | ||
| - | < | ||
| - | module load intel | ||
| - | amplxe-cl -collect hotspots -result-dir dirname | ||
| - | </ | ||
| + | ==== HPC (UNIPR) ==== | ||
| - | ==== Esaminare le informazioni di profiling ==== | + | Connect to gui.hpc.unipr.it and perform an interactive job; eg: |
| - | + | srun -N1 -n68 -p knl --account=<account name> | |
| - | Connettersi a gui.hpc.unipr.it | + | |
| + | > module load intel # (include vtune too) | ||
| + | > amplxe-cl -collect hotspots -result-dir < | ||
| + | > exit | ||
| + | |||
| + | It is preferable to launch on the University HPC cluster amplxe-gui from gui.hpc.unipr.it: | ||
| + | | ||
| module load intel | module load intel | ||
| - | amplxe-gui | + | amplxe-gui |
| + | |||
| + | |||
| + | === MARCONI (CINECA) | ||
| + | |||
| + | On Marconi you can ' | ||
| + | srun -N1 -n68 -t 00: | ||
| + | |||
| + | > module load intel vtune | ||
| + | > amplxe-cl | ||
| + | > amplxe-gui | ||
| + | > exit | ||
| + | |||
| + | |||
| + | === Debug Info === | ||
| + | |||
| + | To include debugging information in the results (for example the source code) you need to fill in with the option | ||
| + | |||
| + | < | ||
| + | | ||
| + | </ | ||
calcoloscientifico/vtune.1520246408.txt.gz · Ultima modifica: da roberto.alfieri
