Question: A program P running on a single-processor system takes time T to complete. Let us assume that 40% of the program's code is associated

A program P running on a single-processor system takes time T to

 

A program P running on a single-processor system takes time T to complete. Let us assume that 40% of the program's code is associated with data management housekeeping" (according to Amdahl) and, therefore, can only execute sequentially on a single processor. Let us further assume that the rest of the program (60%) is "embarrassingly parallel" in that can easily be divided into smaller tasks executing concurrently across multiple processors (without any interdependencies or communications among the tasks). a. Calculate T2, T4, T8, which are the times to execute program P on a two-, four-, eight-processor system, respectively. b. Calculate Too on a system with an infinite number of processors. Calculate the speedup of the program on this system, where speedup is defined as What does this correspond to? T Too

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!