Movatterモバイル変換


[0]ホーム

URL:


Jump to content
WikipediaThe Free Encyclopedia
Search

Parallel slowdown

From Wikipedia, the free encyclopedia
Phenomenon in parallel computing
icon
This articleneeds additional citations forverification. Please helpimprove this article byadding citations to reliable sources. Unsourced material may be challenged and removed.
Find sources: "Parallel slowdown" – news ·newspapers ·books ·scholar ·JSTOR
(March 2016) (Learn how and when to remove this message)
A diagram of the program runtime (shown in blue) and program speed-up (shown in red) of a real-world program with sub-optimal parallelization. The dashed lines indicate optimal parallelization–linear increase in speedup and linear decrease in program runtime. Note that eventually the runtime actually increases with more processors (and the speed-up likewise decreases). This is parallel slowdown.

Parallel slowdown is a phenomenon inparallel computing where parallelization of aparallel algorithm beyond a certain point causes the program to run slower (take more time to run to completion).[1]

Parallel slowdown is typically the result of a communications bottleneck. As moreprocessor nodes are added, each processing node spends progressively more time doing communication than useful processing. At some point, the communications overhead created by adding another processing node surpasses the increased processing power that node provides, and parallel slowdown occurs.

Parallel slowdown occurs when the algorithm requires significant communication, particularly of intermediate results. Some problems, known asembarrassingly parallel problems, do not require such communication, and thus are not affected by slowdown.

Stub icon

Thiscomputer science article is astub. You can help Wikipedia byadding missing information.

General
Levels
Multithreading
Theory
Elements
Coordination
Programming
Hardware
APIs
Problems

References

[edit]
  1. ^Kukanov, Alexey (2008-03-04)."Why a simple test can get parallel slowdown". Retrieved2015-02-15.

See also

[edit]
  • Mythical man month, an analogous situation for a team programmers where productivity is affected by human communication.
Retrieved from "https://en.wikipedia.org/w/index.php?title=Parallel_slowdown&oldid=1072618854"
Categories:
Hidden categories:

[8]ページ先頭

©2009-2026 Movatter.jp