- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
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.
Link Copied
2 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
The alternative is to make a script.

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page