Question: 1) Implement and test a parallel program that sum only the odd numbers of an array 2) Read sections 1-3. Explain with example the difference


1) Implement and test a parallel program that sum only the odd numbers of an array 2) Read sections 1-3. Explain with example the difference between speed up and efficiency https://computing.Ilnl.gov/tutorials/parallel_comp/ 3) Efficiency and Speed up 1. Implement the parallel solution and collect the run time for different scenarios (see 3 below). 2. Calculate speed up and efficiency 3. Interpret your results. Are they consistent with your expectations. 4. Use the following link to determine the execution time for mpi program https://computing.Ilnl.gov/tutorials/parallel_comp/ and the following one for C programs https://www.techiedelight.com/find-execution-time-c-program/ N=1000 Sequential (average time) Parallel (average time) P processors N=10000 Sequential (average time) Parallel (average time) N=1000,000 Sequential (average time) Parallel (average time) 1) Implement and test a parallel program that sum only the odd numbers of an array 2) Read sections 1-3. Explain with example the difference between speed up and efficiency https://computing.Ilnl.gov/tutorials/parallel_comp/ 3) Efficiency and Speed up 1. Implement the parallel solution and collect the run time for different scenarios (see 3 below). 2. Calculate speed up and efficiency 3. Interpret your results. Are they consistent with your expectations. 4. Use the following link to determine the execution time for mpi program https://computing.Ilnl.gov/tutorials/parallel_comp/ and the following one for C programs https://www.techiedelight.com/find-execution-time-c-program/ N=1000 Sequential (average time) Parallel (average time) P processors N=10000 Sequential (average time) Parallel (average time) N=1000,000 Sequential (average time) Parallel (average time)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
