MODULE 7 Flashcards

1
Q

Parallel runtime of a program depends on:

A
  • Input size
  • Number of processors
  • Communication parameters
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Wall clock time:

A

Time from the start of the first processor to the end of the last processor

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

Speedup:

A

The ratio of the serial time to solve a problem to the parallel time to solve the same problem

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

Resource-based superlinearity:

A

Better cache-hit ratios due to higher cache bandwidth

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

Efficiency:

A

The fraction of time that a processor is usefully employed

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

Cost:

A

Product of parallel runtime and processor number

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

Replica consistency conflicting operations:

A
  • Read-write
  • Write-write
How well did you know this?
1
Not at all
2
3
4
5
Perfectly