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