Computing π
With 2 processes and 50 intervals, what is the estimated values of π?
With 2 processes and 50 intervals, what is the wall-clock time and process time?
With 5 processes and 50 intervals, what is the computed value of π?
With 5 processes and 50 intervals, what is the wall-clock time and process time?
With 5 processes and 100 intervals, what is the computed value of π?
With 2 processes and 100 intervals, and with both processes having a speed of 4, what is the wall-clock time and process time?
With 2 processes and 100 intervals, and with only one process having a speed of 4, what is the wall-clock time and process time?
Why might MPI be useful for large computations like finding π to high precision?
What impact does increasing the number of processes have on computation time?
What is a key challenge when implementing distributed computing algorithms like this one using MPI?