
Hitmap EXAMPLE
 	Solving an equation system: LU factorization + Back Substitution
 	Both algorithms use parallel block-cyclic data distribution


luBack.c:		Hitmap example code
refMPIluBack.c:		Reference MPI code. Manually developed and optimized.
			It contains a C implementation of the correspondig SCALAPACK algorithms.

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

