MODULE 7 Flashcards
1
Q
Parallel runtime of a program depends on:
A
- Input size
- Number of processors
- Communication parameters
2
Q
Wall clock time:
A
Time from the start of the first processor to the end of the last processor
3
Q
Speedup:
A
The ratio of the serial time to solve a problem to the parallel time to solve the same problem
4
Q
Resource-based superlinearity:
A
Better cache-hit ratios due to higher cache bandwidth
5
Q
Efficiency:
A
The fraction of time that a processor is usefully employed
6
Q
Cost:
A
Product of parallel runtime and processor number
7
Q
Replica consistency conflicting operations:
A
- Read-write
- Write-write