2015-09-07 Release Name: 1.0 Notes: Computation Job Management (jobman) is a program to run executables according a given program flow. Each executable is run in a separate process. Version 1.0 is a complete redesign. Major enhancements include: * Express all job relations in terms of parent/child. Especially, job dependence or lock is not an add-on specification. * Job parameters are not accessed according to positions as before. They are accessed using job names. * More realistic examples are given. They are implemented in Java. So JRE is the only thing needed to run examples. * A more comprehensive document is available in PDF. Please see docs/jobman.pdf for the manual.