Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

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

image text in transcribed

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

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Upgrading Oracle Databases Oracle Database New Features

Authors: Charles Kim, Gary Gordhamer, Sean Scott

1st Edition

B0BL12WFP6, 979-8359657501

More Books

Students also viewed these Databases questions

Question

2. What factors infl uence our perceptions?

Answered: 1 week ago

Question

What is the principle of thermodynamics? Explain with examples

Answered: 1 week ago

Question

Be familiar with the five basic ways to manage demand.

Answered: 1 week ago