Fix dropped receive during ThreadManager._spawn_jobs.
[sawsim.git] / pysawsim /
2010-10-21 W. Trevor KingFix dropped receive during ThreadManager._spawn_jobs.
2010-10-20 W. Trevor KingWork around namedtuple import for Pythons < 2.6.
2010-10-20 W. Trevor KingWork around missing MPD with a more elaborate pysawsim...
2010-10-20 W. Trevor KingAdd pysawsim.manager.mpi with an mpi4py-based manager.
2010-10-20 W. Trevor KingAdd link to Python wiki's parallel processing page.
2010-10-20 W. Trevor KingAdjust pysawsim.manager.pbs to skip most doctests if...
2010-10-20 W. Trevor KingRemove execute permission from pysawsim/manager/pbs.py.
2010-10-20 W. Trevor KingAdd pysawsim.manager.subproc using subprocessing.
2010-10-20 W. Trevor KingAdd pysawsim.sawsim.main() and bin/sawsim_hist.py calli...
2010-10-20 W. Trevor KingAdd Histogram.to_stream() and .headings.
2010-10-20 W. Trevor KingFix 'intil_state' -> 'initial_state' typo in pysawsim...
2010-10-20 W. Trevor KingAdd Histogram.calculate_bin_edges().
2010-10-20 W. Trevor KingReduce ThreadManager default worker_thread to 2.
2010-10-20 W. Trevor KingAdd --sawsim option to velocity_dependant_scan.main().
2010-10-20 W. Trevor KingAllow Job status logging when .status is an Exception.
2010-10-20 W. Trevor KingAllow Job.__str__() to work when .id == None.
2010-10-20 W. Trevor KingTeardown manager after use in velocity_dependant_scan...
2010-10-20 W. Trevor KingAdd --clean-cache option to velocity_dependant_scan...
2010-10-20 W. Trevor KingNo need for `if __name__ == '__main__'` in velocity_dep...
2010-10-20 W. Trevor KingRearrange velocity_dependant_scan.main() to group resid...
2010-10-20 W. Trevor KingPass velocity_dependant_scan.main() --manager through...
2010-10-20 W. Trevor KingReposition matplotlib.use() call in velocity_dependant_...
2010-10-20 W. Trevor KingFix sawsim_histogram imports in velocity_dependant_scan.py.
2010-10-20 W. Trevor KingAdd --manager option to velocity_dependant_scan.py.
2010-10-20 W. Trevor KingAdd pysawsim.manager.SUBMODS and .IsSubclass and .get_m...
2010-10-20 W. Trevor KingTransition more of the pysawsim framework into Python.
2010-10-20 W. Trevor KingAdd pysawsim.sawsim module.
2010-10-19 W. Trevor KingMove 'qwait' to pysawsim.manager.pbs and add the rest...
2010-10-19 W. Trevor KingFix a few deadlock errors in pysawsim.manager.thread.
2010-10-19 W. Trevor KingMove Histogram class from fit_force_histogram to new...
2010-10-19 W. Trevor KingJobManager.async_invoke() should accept Job instances.
2010-10-19 W. Trevor KingAdd pysawsim.manager and pysawsim.manager.thread for...
2010-10-18 W. Trevor KingAdd pysawsim/__init__.py and break invoke out into...
2010-10-18 W. Trevor KingIntroduce pysawsim in the README and add fit_force_hist...