Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

Using taskset on AMD64

If none of the specific sub-forums seem right for your thread, ask here.
Post Reply
Message
Author
ron_owens
Posts: 2
Joined: 2005-11-23 12:53

Using taskset on AMD64

#1 Post by ron_owens »

I am trying to get a process to run on the second CPU.

I do :

taskset -p 0x00000002 2170

but it returns:

pid 2170's current affinity mask: 3
pid 2170's new affinity mask: 3

i.e. it doesn't change its affinity...

Is this a bug or is there another way to handle processor affinity?

Post Reply