Notice how increasing the number of processes make the program slower and that is because 
Tcomm time is big compared to the array size.

to take advantage of this we should make the array bigger then we can notice the difference and speed up 


we also notice we make more processes then the number of cores in the system the program gets way slower.
