# The full change log is available in the Git repository: # # git clone git://zakalwe.fi/jobqueue 2008-08-24 Heikki Orsila * version 0.04 - Machine list (-m) now takes an optional integer specifying the number of simultaneous jobs for each machine. This can be useful when some machines have different number of processors than others. Compare this to using -x option. -x sets the same number for each machine. 2008-03-22 Heikki Orsila * version 0.03 - Added --restart-failed and --max-restart=n options. These options allow restarting failed jobs and migrating jobs away from failed nodes. - Added --max-issue=n option to keep more than one job running on each node. This is useful with multiprocessor/core machines. 2008-01-11 Heikki Orsila * version 0.02 - Optimized job processing from multiple files - Made remote machine parallelization easier - Cleaned code - Fixed bugs - Improved documentation. 2007-12-24 Heikki Orsila * version 0.01 - Initial release