Skip to content

retrohacker/mpi-histogram

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

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. 🍰

About

Generates a histogram of numbers using MPI.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages