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


dot_product_openmp.cpp:

This file has sequential and openmp version of the code for the sake of comparison. the execution time for both the part is given separately and begining with a vector length of 1000 the comparison is taken up to 100000000 to see how both types fares with each oher in the perspective of execution time.

