Try to fix mathjax formatting
This commit is contained in:
parent
f1ce5d66e3
commit
6eb0c0c058
|
@ -4,7 +4,7 @@
|
||||||
|
|
||||||
### The concept of speedup:
|
### The concept of speedup:
|
||||||
|
|
||||||
- $$S(n) = \frac{time_taken_with_1_processor}{time_taken_with_n_processor}$$
|
- $$S(n) = \frac{TimeTakenWith1Processor}{TimeTakenWithNProcessor}$$
|
||||||
- Speedup is problem dependent, as well as architecture dependent
|
- Speedup is problem dependent, as well as architecture dependent
|
||||||
- If a job is fully parallelized, it the speed up is linear:
|
- If a job is fully parallelized, it the speed up is linear:
|
||||||
[Amdahl's law](/1-4-scalability.md#amdahls-law-important)
|
[Amdahl's law](/1-4-scalability.md#amdahls-law-important)
|
||||||
|
|
Loading…
Reference in a new issue