Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 641 Bytes

README.md

File metadata and controls

23 lines (13 loc) · 641 Bytes

mpi-histogram

Generates a histogram of numbers using MPI. Currently the numbers are generated with rand() and have an approximately uniform distribution.

#Usage

Compile

mpicc histogram.c -o histogram

Running

mpiexec -n <processes> ./histogram

Example output

low_number high_number

Unrelated

🍰Turns out this is my 100th GitHub repository, so I'm leaving myself a piece of cake. Good work self. 🍰