1 | We look at speed up for this simple case |
2 |
Suppose you run a problem on one processor - the sequential version
|
3 | Now run the "same" problem (definition of "same" can be tricky but it is not subtle here) on a parallel machine with P nodes where C.P.U. same as sequential machine Let execution time be TP |
4 | Then speed up is S=T1/TP |
5 | We would like S to be P What is it in our case and why ? |