3 - Design and Analysis of Parallel Algorithms Flashcards

1
Q

critical path length

A

is the length of the longest series of operations that have to be performed sequentially due to data dependencies

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

parallel work

A

max. number of instructions performed by all procs during executions of A, where in each (parallel) time step as many processors are available as needed to execute the step in constant time.

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

parallel time

A

max. number of parallel steps needed under the same circumstances

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

parallel cost

A

t(n)*p(n) where p(n) = max. number of processors used in a step of A

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