Top "Affinity" questions

Anything related to processor affinity, also known as CPU pinning.

how to set CPU affinity of a particular pthread?

I'd like to specify the cpu-affinity of a particular pthread. All the references I've found so far deal with setting …

multithreading cpu processor affinity
Set affinity with start /AFFINITY command on Windows 7

I am using the start /AFFINITY [n] [.exe] command to start an executable with the specified affinity. I have a …

windows-7 command-line affinity
Change affinity of process with windows script

In Windows, with START /node 1 /affinity ff cmd /C "app.exe" I can set the affinity of app.exe (number …

windows batch-file affinity
Assigning a cpu core to a process - Linux

Is there any way to force a process with specific PID, to be executed and run on only one of …

bash process cpu affinity
How to set processor affinity from Batch File for Windows XP?

I've got a dual processor machine and I would like to launch an executable via a batch file on both …

windows-xp batch-file executable dos affinity
How to use sched_getaffinity and sched_setaffinity in Linux from C?

I am trying to: Run 16 copies concurrently with processor pinning (2 copies per core) Run 8 copies concurrently with processor pinning (2 copies …

c linux process schedule affinity
How to set processor affinity on an executable in Windows XP?

I have a quad core system with third party application that once in a while spins several processes (always the …

windows-xp executable processor affinity
What is the difference between pthread_self() and gettid()? Which one should I use?

I'm trying to set the CPU affinity of threads on Linux. I'd like to know which one of the following …

linux pthreads affinity
One core exclusively for my process

Possible Duplicate: how to set CPU affinity of a particular pthread? Is there a way in Linux to disable one …

linux process core affinity
Linux find out Hyper-threaded core id

I spent this morning trying to find out how to determine which processor id is the hyper-threaded core, but without …

linux linux-kernel affinity hyperthreading smp