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 19:00] – [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:// |
- | I comandi | + | The VTUne commands have prefix |
- | * amplxe-cl | + | * amplxe-cl |
- | * amplxe-gui # lancia | + | * amplxe-gui #< launches |
- | Fasi del profiling: | + | Profiling steps: |
- | * Raccolta dati (collect) | + | * Data collection |
- | * Analisi dei risultati | + | * Analysis of the results |
==== 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**: | ||
Linea 29: | Linea 29: | ||
* **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 -t 00: | ||
- | | ||
- | > module load intel vtune | ||
- | > amplxe-cl | ||
- | > amplxe-gui | ||
- | > exit | ||
Linea 54: | 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 | ||
| | ||
- | Sul cluster | + | It is preferable to launch on the University |
| | ||
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.1520272852.txt.gz · Ultima modifica: 05/03/2018 19:00 da roberto.alfieri