
Hitmap EXAMPLE
Cannon's algorithm for Matrix Multiplication

Matrix sizes are fixed in macro definitions inside the code.
Reference MPI code takes advantage of it for simple optimizations.

cannonAsync.c:		Hitmap example code.
refMPICannon.c:		Reference MPI code. Manually developed and optimized.
			NOTE: This code does not support matrix sizes that are not integer 
			divisible of the square root of the number of processors.
			Many of the checks done by the check script will fail due to this.

check:			Script to execute a test of the programs
CorrectResults:		Folder with data files for the check script

