+ Reply to Thread
Results 1 to 3 of 3

Thread: Kentsfield / Yorkfield on Linux

  1. #1
    Join Date
    Apr 2008
    Posts
    3

    Default Kentsfield / Yorkfield on Linux

    I have a question that I haven't seen answered anywhere. Is the Linux scheduler aware of the SMP dual core architecture of these processors? IOW, is it smart enough to know that bouncing processes between cores on separate dies is a lot more expensive that moving from one core to the other on the same die?

    I run a lot of CPU bound stuff. I could set CPU affinity manually, but I'd rather let the OS take care of it unless it's making stupid decisions.

  2. #2
    Join Date
    Feb 2008
    Posts
    135

    Default

    http://lse.sourceforge.net/numa/
    http://kerneltrap.org/node/562
    A quick search yielded these super olde links, so I feel it is safe to assume the kernel is numa aware.

  3. #3
    Join Date
    Oct 2007
    Posts
    370

    Default

    i believe it is aware.. Atleast thats what a few people i trust tells me

+ Reply to Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts