Analyzers
Talk to fellow users of Intel Analyzer tools (Intel VTune™ Profiler, Intel Advisor)
4994 Discussions

How to specify numactl options while profiling in Vtune

priyanka06
Beginner
554 Views
I am trying to profile my code using Vtune performance analyzer.

This is how I have to run my application :

numactl --interleave=0,1 ./a.out argv1 argv2

I am able to specify the argv1 and argv2 (command-line arguments) under the Application parameters in Vtune, but how do I specify the numactl options.

Thanks,
Priaynka.
0 Kudos
2 Replies
danicaporobic
Beginner
554 Views

Hi!

Have you tried running numactl as your application and specifying everything else (--interleave=0,1 ./a.out argv1 argv2) as command line arguments? This works pretty well for me.

Thanks,
Danica

0 Kudos
TimP
Honored Contributor III
554 Views
The alternative is to make a script.
0 Kudos
Reply