I have been asked to write two MPI programs in c: one that computes statically and one that computes dynamically.
The objective is to find the integral of an equation (let's say f(x) = x for simplicity) over a given interval using the box method. The problem is simple enough, I just have no clue what my professor means by static computation and dynamic computation.
I should probably add that it has been requested that I use the Master-Worker (otherwise known as Master/Slave) model.