Quantcast
Channel: cpuinfo to decide processor affinity - Stack Overflow
Browsing index pages (2 articles)

cpuinfo to decide processor affinity

I've tried to decide processor affinity rule for my applications according to /proc/cpuinfo , My redhat Linux showes processor : 0 to 47 , means server has 48 processor unitphysical id : 0 to 3 , means...

View Article


Answer by Sergey L. for cpuinfo to decide processor affinity

You can only guarantee fully shared caches if your threads are being scheduled on the same core (i.e. different hyperthreads) in which case your approach is correct.But keep in mind that scheduling two...

View Article

Browsing index pages (2 articles)


Latest Images