efbfbf: upgrade to Bugs Everywhere Directory v1.5
[sawsim.git] / pysawsim / manager /
2011-04-01 W. Trevor KingAdd WORKER_POOL environmental option to facilitate...
2011-04-01 W. Trevor KingMerge commit 'origin/master'
2011-04-01 W. Trevor KingCorrect mpi4py URL.
2010-10-27 W. Trevor KingPython FAQ GIL link should point to GIL blurb, not...
2010-10-27 W. Trevor KingMerge remote branch 'borg/master'
2010-10-27 W. Trevor KingAdd ability to import a default manager with get_manager().
2010-10-24 W. Trevor KingSave CommandError in failed InvokeJobs.
2010-10-21 W. Trevor KingAdd 'mpi' to pysawsim.manager.MANAGERS.
2010-10-21 W. Trevor KingRelax command-not-found doctest messages.
2010-10-21 W. Trevor KingMerge branch 'master' of physics.drexel.edu/~wking...
2010-10-21 W. Trevor KingFix dropped receive during ThreadManager._spawn_jobs.
2010-10-20 W. Trevor KingMerge branch 'master' of ssh://wking@einstein/~/public_...
2010-10-20 W. Trevor KingDisable pysawsim.manager.subproc is multiprocessing...
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 KingReduce ThreadManager default worker_thread to 2.
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 KingAdd --manager option to velocity_dependant_scan.py.
2010-10-20 W. Trevor KingAdd pysawsim.manager.SUBMODS and .IsSubclass and .get_m...
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 KingJobManager.async_invoke() should accept Job instances.
2010-10-19 W. Trevor KingAdd pysawsim.manager and pysawsim.manager.thread for...