This is a temporary, read-only recovery of the chessprogrammingwiki while a longer-term plan is worked out. Editing is not possible right now, but will be again soon.
Chess Programming Wiki All pages Other namespaces

SMP

Home * Hardware * Memory * SMP

Symmetric Multiprocessor System 1Symmetric Multiprocessor System 1


  1. Symmetric Multiprocessor System, image by Ferry24.Milan, November 01, 2011, CC BY-SA 3.0, Wikimedia Commons, Symmetric multiprocessing from Wikipedia↩︎

SMP, (Symmetric MultiProcessing)
a multiprocessing memory design where all processors compete for access to the centralized shared memory bus connected to the main memory as used in early microcomputer multiprocessor systems with two, four or even eight processors. SMP includes systems with CPUs implemented in separate chips, systems with CPUs implemented in the same chip (multi-core) and combinations (e.g. a system with 2 separate quad core chips, with a total of 8 physical CPUs) 1. With increasing number of cores and processors bejoind 8 to 12 CPUs 2, SMP with its uniform memory access becomes more and more a bottleneck in scalability - more recent systems such as x86-64 with multiple cores use the NUMA (Non-uniform memory access) architecture instead. Nevertheless, the term SMP search has become synonym for parallel search using a shared hash table, also manifested in the term Lazy SMP.

Contents
  1. See also
  2. Publications
  3. Forum Posts
    1. 1997 ...
    2. 2000 ...
    3. 2005 ...
    4. 2010
    5. 2015
  4. External Links
  5. References

See also

Publications

Forum Posts

1997 ...

2000 ...

2005 ...

Re: What is SMP? (NT) by Tord Romstad, CCC, February 23, 2006

2010

2015

2016

2017

Symmetric multiprocessor system from Wikipedia

Watch on YouTube

References

Up one Level


  1. Symmetric Multiprocessing - OSDev Wiki↩︎

  2. NUMA Frequently Asked Questions - 9. Why should I use NUMA? What are the benefits of NUMA?↩︎

Categories: Björk

What links here

Contributors: GerdIsenberg.