Strumenti Utente

Strumenti Sito


calcoloscientifico:vtune

Differenze

Queste sono le differenze tra la revisione selezionata e la versione attuale della pagina.

Link a questa pagina di confronto

Entrambe le parti precedenti la revisione Revisione precedente
Prossima revisione
Revisione precedente
calcoloscientifico:vtune [05/05/2018 09:46]
paolo.oggiano [Collect]
calcoloscientifico:vtune [11/05/2018 10:34] (versione attuale)
paolo.oggiano [HPC (UNIPR)]
Linea 22: Linea 22:
 specifying an action between the following: https://software.intel.com/en-us/vtune-amplifier-help-amplxe-cl-actions  specifying an action between the following: https://software.intel.com/en-us/vtune-amplifier-help-amplxe-cl-actions 
  
-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**: Identify your most time-consuming source code.    * **hotspots**: Identify your most time-consuming source code.
Linea 44: Linea 44:
 ==== HPC (UNIPR) ==== ==== HPC (UNIPR) ====
  
-Connettersi a gui.hpc.unipr.it ed eseguire un job interattivoad esempio:  +Connect to gui.hpc.unipr.it and perform an interactive job; eg:  
-   qsub --l select=1:cluster=knl:ncpus=68+   srun -N1 -n68 -p knl --account=<account name>
        
-   > module load intel # (include anche vtune)+   > module load intel # (include vtune too)
    > amplxe-cl -collect hotspots -result-dir <dirname>  home/test/myApplication    > amplxe-cl -collect hotspots -result-dir <dirname>  home/test/myApplication
    > exit    > exit
      
-Sul cluster HPC di Ateneo e' preferibile lanciare amplxe-gui da gui.hpc.unipr.it: +It is preferable to launch on the University HPC cluster amplxe-gui from gui.hpc.unipr.it: 
          
   module load intel    module load intel 
Linea 59: Linea 59:
 === MARCONI (CINECA)  === === MARCONI (CINECA)  ===
  
-Su Marconi si puo sottomettere una sessione interattiva, in cui eseguire sia la collect che la data analysis (amplxe-gui non funziona sulla macchina di login), come ad esempio+On Marconi you can 'submit an interactive session, in which to perform both the collect and the data analysis (amplxe-gui does not work on the login machine), such as
-  srun -N1 -n68 -t 00:30:00  -A <account> -p knl_usr_dbg --pty bash+  srun -N1 -n68 -t 00:30:00  -A <account name> -p knl --pty bash
      
   > module load intel vtune   > module load intel vtune
Linea 70: Linea 70:
 === Debug Info === === Debug Info ===
  
-Per includere informazioni di debug nei risultati (ad esempio il codice sorgenteoccorre compilare con l'opzione  +To include debugging information in the results (for example the source codeyou need to fill in with the option
  
 <code> <code>
calcoloscientifico/vtune.1525506402.txt.gz · Ultima modifica: 05/05/2018 09:46 da paolo.oggiano