[1] Parallel slowdown is typically the result of a communications bottleneck.
As more processor 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.
This computer science article is a stub.