337 views
1 votes
1 votes
A particular parallel program computation requires 100 ns when executed on a single processor. If 20 percent of this computation is sequential then the execution time for this program running with 4 processors is _______________ (in ns).

1 Answer

Best answer
3 votes
3 votes
20ns is sequential. We can't do anything about it.

 

Rest 80ns can be divided among 4 processor to be done in parallel. So each processor will take 20ns. All running in parallel will take overall 20ns.

 

So total time=> 20+20=40ns
edited by

Related questions

0 votes
0 votes
0 answers
3
usdid asked Jul 2, 2022
499 views
what is the running time of the following iterative algorithm?b) It is possible to talk about the best, average and worst running times for this algorithm. Why? pseudo co...