Question: DESCRIPTION: you are trying to compute summation (E=A[i]) with a parallel processing method. Determine the total run time and speedup, and efficiency when you use

 DESCRIPTION: you are trying to compute summation (E=A[i]) with a parallel

DESCRIPTION: you are trying to compute summation (E=A[i]) with a parallel processing method. Determine the total run time and speedup, and efficiency when you use nine processors (PES). Input: Array A of n numbers (n = 1024) Output: x1= A[i] Task: Parallelize this problem efficiently using an array of processing elements (PES) Assumptions: Computation - Each PE can add two numbers stored in its local memory in one time unit. It is considered as one second. Communication - A PE can send data from its local memory to the local memory of any other PE in three time units (independent of the size of the data). It is considered as three seconds. Input and output - At the beginning of the program, the whole input array A is stored in PE #O. At the end the result should be gathered in PE #O. Synchronization - All PEs operate in lock-step manner; i.e. they can either compute, communicate, or be idle. CAUTION: For this assignment, you need to provide step-by-step drawings with explanations. If you do not submit the drawings with explanations, a huge point deduction will be applied. Please note that you must work with nine processors (PES). If you use different numbers of processors, you will get a zero score. DESCRIPTION: you are trying to compute summation (E=A[i]) with a parallel processing method. Determine the total run time and speedup, and efficiency when you use nine processors (PES). Input: Array A of n numbers (n = 1024) Output: x1= A[i] Task: Parallelize this problem efficiently using an array of processing elements (PES) Assumptions: Computation - Each PE can add two numbers stored in its local memory in one time unit. It is considered as one second. Communication - A PE can send data from its local memory to the local memory of any other PE in three time units (independent of the size of the data). It is considered as three seconds. Input and output - At the beginning of the program, the whole input array A is stored in PE #O. At the end the result should be gathered in PE #O. Synchronization - All PEs operate in lock-step manner; i.e. they can either compute, communicate, or be idle. CAUTION: For this assignment, you need to provide step-by-step drawings with explanations. If you do not submit the drawings with explanations, a huge point deduction will be applied. Please note that you must work with nine processors (PES). If you use different numbers of processors, you will get a zero score

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 Databases Questions!