Top "Affinity" questions

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

ixgbe: setting the number of RX/TX queues

I want to set the number of RX/TX queues used by an Intel 10G NIC. Let me explain why: …

networking linux-device-driver affinity nic irq
assign two MPI processes per core

How do I assign 2 MPI processes per core? For example, if I do mpirun -np 4 ./application then it should use 2 …

openmpi affinity hyperthreading
How to start a thread on a specific core?

I have a quad core CPU, and lets say I always want to start a Thread on the second core. …

c# multithreading affinity cpu-cores
setting processor affinity with C++ that will run on Linux

Possible Duplicate: CPU Affinity I'm running on Linux and I want to write a C++ program that will set 2 specific …

c++ process processor affinity
Pthread affinity before create threads

I need to set the affinity (thread to core, eg: 1st thread to 1st core) before creating a thread. Something …

c++ pthreads affinity
how to set CPU affinity of a program?

I have a program written in C#, I am using VSTS 2008 + .Net 3.5 + Windows Vista Enterprise x86 to develop a Windows …

c# .net visual-studio-2008 cpu affinity
Setting CPU affinity using taskset

I am using the taskset tool to set CPU affinity for one of my programs. How do I set the …

affinity
Obtaining thread Core affinity in C++ 11 through pthreads

I'm trying to set core affinity (Thread #1 goes on first core, Thread #2 goes on second core, ...) while using std::thread …

c++ c++11 pthreads multicore affinity
Identify processor (core) is used by specific thread

I would like to know if it is possible to identify physical processor (core) used by thread with specific thread-id? …

windows multithreading processor affinity