Longbow v1.1.0
The changes in this release are summarised below:
-
Fix for overwritten rsync-includes (developers only).
-
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.
-
Jobs that failed in a multi job would bring down the whole lot due to a bad initialisation now fixed.
-
Command line Longbow is submitted with is now logged to the log file for debugging purposes.
-
Bug fix with a bad initialisation in job processing code.
-
New ini parsers that don't rely on python std lib parser, this means comments are no longer deleted.
-
The following methods; loadhosts(), loadjobs(), sortjobsconfigs(), sorthostsconfigs(), amendjobsconfigs() have been replaced with single method processconfigs().
-
Fix for critical failure when the remoteworkdir did not exist.