Compile:
	using "make all"
	remove bin files using "clean"

matrix_openmp.c:

This file is the openmp version of matrix matrix multiplication. the dimentions are hardcoded as macro. so changi will require a recompilation. the serial version is also embedded inside the code to compare the performance of serial to parallel execution on same matrix. The timers are given and if the dimention of the result matrix is larger than 16 the result will not be printed instead the timers will be printed. as both matrices are initialize to all 1's the result will always be a matrix with each element is equal to its number of columns/number of rows of the first matrix.
