Posted By: Phil Pennington | Jan 12th @ 4:00 PM | 4,161 Views | 2 Comments
The 64-bit versions of Windows 7 and Windows Server 2008 R2 support more than 64 Logical Processors (LP) on a single computer using Non-Uniform Memory Access (NUMA) hardware architectures. New commodity systems are now appearing that leverage NUMA chipset architectures. Many high-end server-class solutions may need to be architected with NUMA awareness in order to achieve linear performance scaling on such systems. Parallel Computing and High Performance Computing solution developers may also find NUMA awareness essential for performance scalability. This is a multi-part series illustrating concepts documented in detail at http://code.msdn.microsoft.com/64plusLP. See the related sessions on Channel9 via http://channel9.msdn.com/tags/w2k8r2.
Rating:
1
0
What is the likelhood of a disk device being allocated other than on NUMA node 0 ?

When the OS starts up (and or when hot added disk devices appear), the OS will creaste a disk device
(ad device object instance of the drvobj)
Are these likley to be spread across NUMA nodes ?

Answer - if the disk controler/HBA is on a bus connected to a particular NUMA node
Microsoft Communities