Skip to content

Longbow v1.1.0

Compare
Choose a tag to compare
@jimboid jimboid released this 07 Jul 15:07
· 432 commits to master since this release

The changes in this release are summarised below:

  1. Fix for overwritten rsync-includes (developers only).

  2. Bad character length on PBS now has an error message to inform the user what went wrong. Job names longer than 15 chars would be rejected.

  3. Jobs that failed in a multi job would bring down the whole lot due to a bad initialisation now fixed.

  4. Command line Longbow is submitted with is now logged to the log file for debugging purposes.

  5. Bug fix with a bad initialisation in job processing code.

  6. New ini parsers that don't rely on python std lib parser, this means comments are no longer deleted.

  7. The following methods; loadhosts(), loadjobs(), sortjobsconfigs(), sorthostsconfigs(), amendjobsconfigs() have been replaced with single method processconfigs().

  8. Fix for critical failure when the remoteworkdir did not exist.