Question: Numerical Integration : static Question: Adapt the numerical integration application to make it use MPI in a simple way. The first MPI process should take
Numerical Integration : static
Question: Adapt the numerical integration application to make it use MPI in a simple way. The first MPI process should take the first N/P iterations of the loop, the second should take the next N/P iterations of the loop, etc.. The partial integration should be accumulated on rank 0 so that it can print the correct answer to stdout and the time it took to stderr.
Question: Run and time that program on mamba using 1, 2, 4, 8, 16, 32 cores. And plot speedup charts.
Use the queue static.sh and plot static.sh scripts to do so.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
