In simple terms, a program has 15% running on a sequential portion and 85% is its parallel portion.
How could I figure out the maximum speedup with an infinite amount of processors?
And also, how could I figure out, let's say, how many processors are needed to speed up the program to 80% of its maximum speed?
Using Amdahl's laws. I've tried looking around the internet, google, etc. Haven't found anything that could help me out with this simple problem!