Intel vtune

Created Thursday 25 August 2016

Use Vtune in JLSE

To use memory bandwidth analysis, execute the following command on KNL
amplxe-cl -c memory-access -knob analyze-mem-objects=true -knob sampling-interval=10 -data-limit=0 -d 60 -- mpirun -n $NODE_COUNT -env KMP_AFFINITY=balanced,granularity=fine numactl -m 1 ./YourExecutable



Backlinks: Software:Profiling Software