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/05/2018 09:46] – [Collect] paolo.oggiano | calcoloscientifico:vtune [11/05/2018 10:34] (versione attuale) – [HPC (UNIPR)] paolo.oggiano | ||
---|---|---|---|
Linea 22: | Linea 22: | ||
specifying an action between the following: https:// | specifying an action between the following: https:// | ||
- | The action necessary to collect data about performance is**collect**. | + | The action necessary to collect data about performance is **collect**. |
This action requires an option to specify the type of analysis, including: | This action requires an option to specify the type of analysis, including: | ||
* **hotspots**: | * **hotspots**: | ||
Linea 44: | 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 | ||
Linea 59: | Linea 59: | ||
=== MARCONI (CINECA) | === MARCONI (CINECA) | ||
- | Su Marconi | + | On Marconi |
- | srun -N1 -n68 -t 00: | + | srun -N1 -n68 -t 00: |
| | ||
> module load intel vtune | > module load intel vtune | ||
Linea 70: | Linea 70: | ||
=== Debug Info === | === Debug Info === | ||
- | Per includere informazioni di debug nei risultati | + | To include debugging information in the results |
< | < |
calcoloscientifico/vtune.1525506402.txt.gz · Ultima modifica: 05/05/2018 09:46 da paolo.oggiano