In: Computer Science
Problem: Find the speedup and efficiency that can be obtained with parallel computing, given the values of the time needed to complete the sequential part of the task (denoted by Ts), the time needed to complete the parallelizable part of the task with one processor (denoted by Tp), and the number of processors (denoted by N) in the first three columns of the following table, and report them in the last two columns of the table.
Tsin seconds |
Tpin seconds |
N |
Speedup |
Efficiency |
100 |
900 |
2 |
||
100 |
900 |
5 |
||
100 |
900 |
10 |
Friend, this was a really nice question to answer. If you find my answer helpful, please like it. Thanks.