Fix cache shuffling (random.shuffle() shuffles in place, returns None).
[sawsim.git] / bin / sawsim_hist.py
1 #!/usr/bin/env python
2
3 from pysawsim import sawsim_histogram as sh
4 from pysawsim.manager.mpi import MPI_worker_death
5
6
7 MPI_worker_death()
8 sh.main()