edited by
4,018 views
2 votes
2 votes

Suppose that the given application is run on a 64-processor machine and that 70 percent of the application can be parallelized. Then the expected performance improvement using Amdahl’s law is

  1. 4.22
  2. 3.22
  3. 3.32
  4. 3.52
edited by

2 Answers

Best answer
2 votes
2 votes
According to Amdahl's law, in case of parallelization,if P is the proportion of the program that can be made parallel, then (1-P) is the proportion that cannot be parallelized. Then the maximum speedup that can be achieved by using N processor is, S(N)=1/(1-P)+P/N where N refers to the no of processors, and P refers to the proportion that can be parallelized.
In the question above, no of processor, N=64
The proportion of the program that can be made parallel, P = 70%=0.7
So, substituting in the formula, we get, 1/(1-0.7)+0.7/64=1/0.3+0.0109375=1.0.310975
=3.215
=3.22
Therefore, the option is B.
selected by
0 votes
0 votes
S(N)=1/[(1-P)+(P/N)] where N refers to the number of processors = 64.

S(N) = 1/[(1-0.7)+(0.7/64)=1/[(0.3)+0.0109375] = 1/0.3109375 = 3.2160804020100502512562814070352=3.22

So option (B) is the right Answer.
Answer:

Related questions

3.0k
views
1 answers
1 votes
go_editor asked Jul 31, 2016
3,033 views
Which of the following is not valid with reference to Message Passing Interface(MPI)?MPI can run on any hardware platformThe programming model is a ... Comm - Size returns the total number of MPI processes in specified communication
2.1k
views
1 answers
1 votes
go_editor asked Jul 7, 2016
2,126 views
Identify the addressing modes of the below instructions and match them : ... a-iii, b-ii, c-i, d-iv}$\text{a-iv, b-iii, c-ii, d-i}$
9.3k
views
1 answers
2 votes
go_editor asked Jul 6, 2016
9,283 views
The concept of pipelining is a most effective in improving performance in the tasks being performed in different stages:require different amount of ... samerequire different amount with time difference between any two tasks being different
1.3k
views
1 answers
2 votes
Sanjay Sharma asked Jun 1, 2016
1,326 views
Identify the devices given below with their $\textsf{IC}$ ... -(ii)}$\text{(a)-(ii), (b)-(iii), (c)-(iv), (d)-(i)}$