Skip to main content
1 of 4
dsmsk80
  • 3.1k
  • 1
  • 17
  • 20

I think this picture explains enough:

enter image description here

  • socket or numa node is a collection of cores with a local access to memory. Each socket contains 1 or more cores. Note that this does not necessarily refer to a physical socket, but rather to the memory architecture of the machine, which will depend on your chip vendor.

  • processor core (cpu core, logical processor) refers to a single processing unit capable of performing computations.

So the above indicates that you would need multiple processors in the machine to leverage NUMA architecture.

dsmsk80
  • 3.1k
  • 1
  • 17
  • 20