
Hitmap EXAMPLE
Stencil code: Jacobi 1D for the heat equation. Implemented as a 1D cellular automata. 

seqJacobi1D.c:		Sequential basic code
jacobi1D.c:		Hitmap example code
refMPIJacobi1D.c:	Reference MPI code. Manually developed and optimized.
			NOTE: This code does not support an array size which is 
			not a multiple of the number of processors.
			Some tests done by the check script may fail due to this.

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

