Releases: TheRoddyWMS/BatchEuphoria
Releases · TheRoddyWMS/BatchEuphoria
0.0.7: Add exceptions for LSFJobManager.parseTime()
Add proper time parsing for LSF datetimes:
- Will recognize short and long version
- Will recognize the status flag suffix
Will consume less memory, when using LSFJobManager.queryJobStates, as the requested data fields are much reduced.
0.0.6: Merge pull request #129 from TheRoddyWMS/FixesForJobManagerIssues
Reworked waitForJobs() in BatchEuphoriaJobManager class:
- Wait for jobs will work again now.
- Waiting for jobs will only work, when a daemon was started. It will
throw an Exception, if you did not start the update daemon first. - It is not allowed to start more jobs, after the waitForJobs was
called. - Add the possibility to add an UpdateDaemonListener to a job manager
instance. Any implementing class which is registered in the job
manager will get updates, when a job was finished (successful or not).
0.0.5
0.0.4: Merge pull request #125 from TheRoddyWMS/FixForDirectCommand
Fix for direct command
0.0.3
0.0.1
SGE-Direct-Beta-Release-1
Fix DirectCommand to use Parameter Files
Roddy_2.4.0
Merge branch 'FixPackages' into develop