12-16-2012
5,
0
Join Date: Dec 2012
Last Activity: 16 December 2012, 2:35 PM EST
Posts: 5
Thanks Given: 0
Thanked 0 Times in 0 Posts
Set Processor Affinity to group of cores
Hi
on multi-core system - I know I can set each process to run on specific core (Processor Affinity).
If I want to set process (which contains several threads) to run on group of core, how can I do it ?
For example:
If we have 8 core,
and two process each process contain 4 threads.
And I want the first process will run on cores 0,1,2,3 and the second process will run on cores 4,5,6,7.
How can I do it ?