Intro Flashcards

1
Q

weak strong scaling

A

weak: problem size per HW thread/core etc stays the constant
strong: general size stays constant

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

amdahl law

A

(i-f)T + fT/p

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

parllel eficiency

A

speedup/p

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

what can limit parallelization

A
  1. comm and synch
  2. resource bottlenecks
  3. network conflicts
  4. multiple processes on same node
  5. load imbalance
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

superlinear speedup

A

more bandwisth and fit in cache

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

data and function parallelism

A

data: SPMD
less overhead, but load imbalance

functional: pipelining
good load balance, but overhead

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