Purchase Solution

Amdahl's law

Not what you're looking for?

Ask Custom Question

(a)
Illustrate Amdahl's law in terms of speedup vs. sequential portion of program by showing the speedup for N = 8 processors when the sequential portion of the program grows from 1% to 25%.

(b)
( Amdahl's law) With sequential execution occurring 15% of the time:
(i) What is the maximum speedup with an infinite number of processors?
(ii) How many processors are required to be within 20% of the maximum speedup?
(iii) How many processors are required to be within 2% of the maximum speedup?

Purchase this Solution

Solution Summary

Two problems based on Amdahi's law are solved to related speedup, sequential part of a program, number of processors.

Solution Preview

(a) Amdahl's law:
Speedup (Sn) = T(1)/T(n) == Time taken by one processor/Time take by n processors = 1/ (f + (1/n) (1-f))

Where f is the fraction which should be strictly sequential

For n=8 processors,
For f ...

Solution provided by:
Education
  • BEng, Allahabad University, India
  • MSc , Pune University, India
  • PhD (IP), Pune University, India
Recent Feedback
  • " In question 2, you incorrectly add in the $3.00 dividend that was just paid to determine the value of the stock price using the dividend discount model. In question 4 response, it should have also been recognized that dividend discount models are not useful if any of the parameters used in the model are inaccurate. "
  • "feedback: fail to recognize the operating cash flow will not begin until the end of year 3."
  • "Answer was correct"
  • "Great thanks"
  • "Perfect solution..thank you"
Purchase this Solution


Free BrainMass Quizzes
Basic Networking Questions

This quiz consists of some basic networking questions.

C# variables and classes

This quiz contains questions about C# classes and variables.

Word 2010: Table of Contents

Ever wondered where a Table of Contents in a Word document comes from? Maybe you need a refresher on the topic? This quiz will remind you of the keywords and options used when working with a T.O.C. in Word 2010.

Inserting and deleting in a linked list

This quiz tests your understanding of how to insert and delete elements in a linked list. Understanding of the use of linked lists, and the related performance aspects, is an important fundamental skill of computer science data structures.

Basic UNIX commands

Use this quiz to check your knowledge of a few common UNIX commands. The quiz covers some of the most essential UNIX commands and their basic usage. If you can pass this quiz then you are clearly on your way to becoming an effective UNIX command line user.