Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

1. Amdahl's Law. Let 'x' and 'y' be integers, with x + y = 100. When run on a serial computer, portion A of program

1. Amdahl's Law. Let 'x' and 'y' be integers, with x + y = 100. When run on a serial computer, portion A of program PROG consumes x% of the time, while portion B consumes the remaining y%. When run on a parallel computer, portion A speeds up by a factor of 4, while portion B speeds up by the number of processors P. P = 906 is the smallest number of (integer) processors required to achieve at least 7/8 of the theoretical maximum speedup. a) What are the values of 'x' and 'y'? If you knew the values of 'x' and 'y', you could compute the (real) number of fractional processors P_frac required to achieve exactly 7/8 of the theoretical maximum speedup, and then compute P as the ceiling of P_frac. Since P = 906, 905 < P_frac <= 906. Simple algebra allows you to express P_frac as a function of 'x'. It is then easy to guess the value of 'x', and verify that P_frac lies in the specified interval. (x, y) = ______ b) To show your work, what are the exact P_frac values for x-1, x, and x+1? [P_frac(x-1), P_frac(x), P_frac(x+1)] = [__________________] c) What is the smallest number of (integer) processors required to achieve at least 95% of the theoretical maximum speedup? P = _________

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Upgrading Oracle Databases Oracle Database New Features

Authors: Charles Kim, Gary Gordhamer, Sean Scott

1st Edition

B0BL12WFP6, 979-8359657501

More Books

Students also viewed these Databases questions

Question

Are these written ground rules?

Answered: 1 week ago

Question

Have ground rules been established for the team?

Answered: 1 week ago

Question

a. How are members selected to join the team?

Answered: 1 week ago