Computer ORGANIZATION and ARCHITECTURE designing for performance ninth EDITION
In terms of commercial products, the both common approaches to providing a
Multiple-processor system to support applications is SMPs and clusters. For some
years, another approach, known as nonuniform Memory Access (NUMA), has been
The subject of the commercial NUMA products is now available.
Before proceeding, we should define some terms often found in the NUMA
Literature.
? Uniform Memory Access (UMA): All processors has access to all parts of
Main memory using loads and stores. The memory access time of a processor
To all regions of memory are the same. The access times experienced by differ-
ENT processors is the same. The SMP organization discussed in Sections 17.2
and 17.3 is UMA.
? Nonuniform memory Access (NUMA): All processors has access to all parts
of main memory using loads and stores. The memory access time of a proces-
The SOR differs depending on the which region of the main memory is accessed. The last
Statement is true for all processors; However, for different processors, which
Memory regions is slower and which are faster differ.
? Cache-coherent Numa (Cc-numa): A NUMA system in which cache
Coherence is maintained among the caches of the various processors.
A NUMA system without cache coherence is more or less equivalent to a cluster.
The commercial products that has received much attention recently are Cc-numa
Systems, which is quite distinct from both SMPs and clusters. Usually, but unfortu-
Nately not always, such systems is in fact referred into the commercial literature as
Cc-numa systems. This was concerned only with Cc-numa systems.
Nonuniform MEMORY ACCESS