Possible Duplicate:
CPU Affinity
On an x86 machine running Linux (fc12), can I make a process to run on a particular core of a multi processor system? I know there is a function sched_setaffinity
which can help to choose the processor, but I want to execute the process on a particular core of a processor.