
This example uses the MPI interface to run a regression over a synthetic
dataset consisting of a raise 2D disc.

Instructions:

> make
> python mkdata.py
> mpirun -np 4 ./mpi_regression
> python plot_mean.py
> python plot_median.py
> python plot_partition_count_histogram.py


