
   Description of the test
   ========================

   This test executes the parallel Jacobi iterative method to 
   solve the Laplace's equation using two-dimensional array of processes. 
   The matrix distribution used is blocked homogeneous distribution.

   This test uses MPI.
   
   The time of execution of the algorithm is returned.

   Files
   -----

   jacobi.c  ----> Contains the algorithm execution code
   counter.h ----> Contains the parameters:
                   N=size of the grid
                   NUMBER_OF_ITERATIONS =  number of iterations.

HOW TO RUN
----------

shell$ mpicc -I<hmpi install directory>/include -o jacobi jacobi.c -L<hmpi install directory>/lib -lhmpi -lmpc

Use 'mpirun' to run the program.
N=1024, Grid=(3,3), Time(seconds)=10
