奇怪的NUMA行为/系统拓扑?

时间:2014-08-26 21:36:45

标签: cpu numa

我有一个双插槽系统。我在BIOS中禁用了超线程。

numactl --hardware显示了这一点:

ucs48:~$ numactl --hardware
available: 2 nodes (0-1)
node 0 cpus: 0 2 4 6
node 0 size: 12222 MB
node 0 free: 11192 MB
node 1 cpus: 1 3 5 7
node 1 size: 12288 MB
node 1 free: 11366 MB
node distances:
node   0   1 
  0:  10  21 
  1:  21  10 

为什么节点0的CPU编号不是:0 1 2 3和节点1:4 5 6 7

在其他一些系统上,我在NUMA节点上有连续的CPU编号。有没有配置(哪个)我可以解决这个问题?这是什么原因?

我的内核命令行是:

BOOT_IMAGE=/vmlinuz-3.2.0-23-generic root=/dev/mapper/fe--ucs48-root ro intel_iommu=on

其他一些信息:

ucs48:/proc# lscpu
Architecture:          x86_64
CPU op-mode(s):        32-bit, 64-bit
Byte Order:            Little Endian
CPU(s):                8
On-line CPU(s) list:   0-7
Thread(s) per core:    1
Core(s) per socket:    4
Socket(s):             2
NUMA node(s):          2
Vendor ID:             GenuineIntel
CPU family:            6
Model:                 44
Stepping:              2
CPU MHz:               2395.000
BogoMIPS:              4800.19
Virtualization:        VT-x
L1d cache:             32K
L1i cache:             32K
L2 cache:              256K
L3 cache:              12288K
NUMA node0 CPU(s):     0,2,4,6
NUMA node1 CPU(s):     1,3,5,7

0 个答案:

没有答案