MODULE 5 Flashcards

1
Q

Scaling down a parallel system:

A

Using fewer processors than the maximum possible amount

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Reasons for improvement from granularity in parallel systems:

A
  • Processors decrease
  • Computation per processor increases
  • Communication cost doesn’t increase
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Isoefficiency of scalability/Scaling characteristics of parallel programs:

A
  • Increasing number of processors decreases efficiency
  • Increasing problem size increases efficiency
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

T0 refers to _____

A

total overhead function

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Ts refers to _____

A

problem size

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Total overhead function:

A

A function of both problem size and number of processors

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Scalable parallel systems:

A

Parallel systems that have efficiency increase if problem size increases while the number of processors remains the same

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

W refers to _____

A

problem size

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Problem size:

A

Asymptotic number of operations associated with best serial algorithm to solve the problem

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Isoefficiency function:

A

A function that determines required problem size and processor amount that keeps efficiency constant

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Degree of concurrency:

A

Maximum number of tasks that can be executed simultaneously

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

C(W) refers to _____

A

degree of concurrency

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Tpmin refers to _____

A

minimum parallel runtime

How well did you know this?
1
Not at all
2
3
4
5
Perfectly