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

   This test executes the parallel cholesky factorization
   using one-dimensional array of processes. 

   The matrix distribution used is naive one-dimensional 
   homogeneous distribution using horizontal striping of matrices.

   This test uses MPI. This test uses all the processe available for
   computation.
   
   The time of execution of the algorithm is returned.

   Files
   -----

   cholesky.c ----> Contains the algorithm execution code
   counter.h  ----> Contains the parameters:
                   Size of the problem

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

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

You must link the BLAS libraries.

Use 'mpirun' to run the program.
N=1000, p=4, time(sec)=3.654564055
