Hello,
My plan for assignment 9 is to use different MPI processes is to parallelize the following for loop:
each process will compute a partial sum of T and V by dividing the workload over the rows of rho and rho_prev, and pass the results
to a final process that adds those partial sums up.
Does this violate the requirement that : "No MPI process should contain the full wave at any moment."