Anything related to processor affinity, also known as CPU pinning.
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 affinityI am using the start /AFFINITY [n] [.exe] command to start an executable with the specified affinity. I have a …
windows-7 command-line affinityIn Windows, with START /node 1 /affinity ff cmd /C "app.exe" I can set the affinity of app.exe (number …
windows batch-file affinityI'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 affinityI have a quad core system with third party application that once in a while spins several processes (always the …
windows-xp executable processor affinityI'm trying to set the CPU affinity of threads on Linux. I'd like to know which one of the following …
linux pthreads affinityI 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