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 16:22] – 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**: | ||
- | Esempio di comando: | + | Command example: |
amplxe-cl -collect hotspots -result-dir < | amplxe-cl -collect hotspots -result-dir < | ||
- | === Analisi dei risultati | + | === Result analysis |
- | L' | + | The off-line |
| | ||
- | |||
- | === MARCONI (CINECA) | ||
- | |||
- | Su Marconi si puo' | ||
- | srun -N1 -n68 -A < | ||
- | | ||
- | > module load intel vtune | ||
- | > amplxe-cl | ||
- | > amplxe-gui | ||
- | > exit | ||
Linea 59: | Linea 44: | ||
==== HPC (UNIPR) ==== | ==== HPC (UNIPR) ==== | ||
- | Connettersi a gui.hpc.unipr.it | + | Connect to gui.hpc.unipr.it |
- | qsub -I -l select=1: | + | srun -N1 -n68 -p knl --account=<account name> |
- | > module load intel # (include | + | > module load intel # (include vtune too) |
> amplxe-cl -collect hotspots -result-dir < | > amplxe-cl -collect hotspots -result-dir < | ||
> exit | > exit | ||
| | ||
- | Lanciare | + | It is preferable to launch on the University HPC cluster |
| | ||
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.1520263353.txt.gz · Ultima modifica: 05/03/2018 16:22 da roberto.alfieri