
Information about the PDGEMM application
----------------------------------------

This application multiplies two dense square
matrices of size n-by-n.

It uses heterogeneous block-cyclic COLUMN_BASED data distribution
of the matrices.

The distribution strategy used for computations is 
HDS:

In this strategy, one process is executed per
computer (the computer may have one or more processors). 
The volume of data allocated to a computer is proportional 
to the speed of the computer.

It takes as input the 2D processor grid.

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

shell$ mpcc ParallelAxB.mpc

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

Use 'mpirun' to run the program.

