MODULE 5 Flashcards
Scaling down a parallel system:
Using fewer processors than the maximum possible amount
Reasons for improvement from granularity in parallel systems:
- Processors decrease
- Computation per processor increases
- Communication cost doesn’t increase
Isoefficiency of scalability/Scaling characteristics of parallel programs:
- Increasing number of processors decreases efficiency
- Increasing problem size increases efficiency
T0 refers to _____
total overhead function
Ts refers to _____
problem size
Total overhead function:
A function of both problem size and number of processors
Scalable parallel systems:
Parallel systems that have efficiency increase if problem size increases while the number of processors remains the same
W refers to _____
problem size
Problem size:
Asymptotic number of operations associated with best serial algorithm to solve the problem
Isoefficiency function:
A function that determines required problem size and processor amount that keeps efficiency constant
Degree of concurrency:
Maximum number of tasks that can be executed simultaneously
C(W) refers to _____
degree of concurrency
Tpmin refers to _____
minimum parallel runtime