Dan Eaton wrote: > Yes, the cpuid version works marvelously. The only thing it misses is > memory/NUMA node (is it using libnuma?). >
libnuma reads numa info exactly like hwloc does: from sysfs, i.e. it depends of the kernel. I don't know if we could try to read SRAT tables from userspace when the kernel exports wrong NUMA info... Brice