Question: You have a program where reading the input and producing the output takes 5 seconds. The complete sequential version of your code takes 2 minutes
You have a program where reading the input and producing the output takes 5 seconds. The complete sequential version of your code takes 2 minutes to execute. According to Amdahl's law, what is the maximum speedup that you could achieve on this code using 10 processors, assuming that reading the input and producing the output cannot be run in parallel?
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
