Question: Create an MPI program that calculates the Mandelbrot set in parallel with two implementations static and dynamic task assignments. Note that the book has good
Create an MPI program that calculates the Mandelbrot set in parallel with two implementations static and dynamic task assignments.
Note that the book has good explanation, and you can find a lot of implementations with google. You have to create a working implementation, understand how it works, and evaluate the performance.
Submit a report the contains the following information:
How did you parallelize the computation? This should include figures, drawings, block diagrams, or pseudo codes
The setup you used. This includes the used MPI implementation, the node details processors memory, OS
A working code with a script that runs the codes Github link
Screen shots showing that the implementation is working and the resulting image. Needed but no points
The performance that includes speedup factor, efficiency, computation to communication ratio, and scalability.
Discuss your results and draw some
conclusions.
Please solve the above question step by step with the code and drawing to understand the question
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
