Changes between Version 1 and Version 2 of Documentation/UserGuide/ProfileVtune


Ignore:
Timestamp:
2015-11-26T10:17:35+01:00 (9 years ago)
Author:
ajornet
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Documentation/UserGuide/ProfileVtune

    v1 v2  
    1818module load vtune 
    1919cd $SLURM_SUBMIT_DIR 
     20}}} 
     21 
     22A several different types of calls depending on your needs: 
     23 
     24First step, a general hotspots run: 
     25{{{ 
    2026ccc_mprun amplxe-cl -collect hotspots -r $SLURM_SUBMIT_DIR/vtune-results ./myprogram arg1 arg2 arg3 
     27}}} 
     28 
     29 
     30A more specific analysis in advanced-hotspots at processor 0 (mpi root processor): 
     31{{{ 
     32ccc_mprun -d vtune -R 0 -t advanced-hotspots -o /ccc/work/cont003/dsm/p529jorn/experiments/dev_mictv6_perso_4p/results/ ./orchidee_prod 
    2133}}} 
    2234