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.
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.
Table of Contents
See also
Publications
Forum Posts
1997 ...
2000 ...
2005 ...
Re: What is SMP? (NT) by Tord Romstad, CCC, February 23, 2006
2010
2015
- SMP: on same branch instead splitting? by Frank Ludwig, CCC, January 23, 2015 » Lazy SMP
- Some SMP measurements with Rookie v3 by Marcel van Kervinck, CCC, February 05, 2015
- SMP questions by Patrice Duhamel, CCC, March 25, 2015
- Latest SMP update by Robert Hyatt, CCC, July 09, 2015 » Crafty
- Actual speedups from YBWC and ABDADA on 8+ core machines? by Tom Kerrigan, CCC, July 10, 2015 » Young Brothers Wait Concept, ABDADA
- New SMP stuff (particularly Kai) by Robert Hyatt, CCC, July 20, 2015
- SMP (new style) by Ed Schroder, CCC, July 20, 2015
- Measuring SMP "effciency" by Louis Zulli, CCC, July 26, 2015
2016- Crafty SMP measurement by Robert Hyatt, CCC, April 04, 2016 » Crafty
- Crazy SMP by Harm Geert Muller, CCC, June 19, 2016
2017External Links
Symmetric multiprocessor system from Wikipedia
References
What links here?
Up one Level