Kill off worker-node implementations of master code.
authorW. Trevor King <wking@drexel.edu>
Wed, 20 Oct 2010 17:57:28 +0000 (13:57 -0400)
committerW. Trevor King <wking@drexel.edu>
Wed, 20 Oct 2010 17:57:28 +0000 (13:57 -0400)
bin/sawsim_hist.py
bin/vel_dep_scan.py

index da573dcf84404d5c01e956463474b43dd3ddb9ca..a3cc76d9c590d87176145e76a6ffcfb310f7f4d1 100755 (executable)
@@ -1,6 +1,8 @@
 #!/usr/bin/env python
 
 from pysawsim import sawsim_histogram as sh
+from pysawsim.manager.mpi import MPI_worker_death
 
 
+MPI_worker_death()
 sh.main()
index f6a66a65cc0f6bc03ddfdccb4d85e48bbf63ee56..786438036cc02d602f6df41f336757d3447a8a8c 100755 (executable)
@@ -1,6 +1,8 @@
 #!/usr/bin/env python
 
 from pysawsim import velocity_dependant_scan as vds
+from pysawsim.manager.mpi import MPI_worker_death
 
 
+MPI_worker_death()
 vds.main()