Generates a histogram of numbers using MPI. Currently the numbers are generated with rand() and have an approximately uniform distribution.
#Usage
mpicc histogram.c -o histogram
mpiexec -n <processes> ./histogram
🍰Turns out this is my 100th GitHub repository, so I'm leaving myself a piece of cake. Good work self. 🍰