From WikiChip
Sequential Bottleneck

Sequential bottleneck is an abstract concept as part of Amdahl's Law which refers to all parts of a program's execution which has little or no parallelism extractable.

Sequential bottleneck can include things such as setup code, control code, and various inter-node communication mechanisms.