Skip to content

Releases: TheRoddyWMS/BatchEuphoria

0.0.7: Add exceptions for LSFJobManager.parseTime()

03 Apr 11:06
Compare
Choose a tag to compare

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

03 Dec 12:18
4273322
Compare
Choose a tag to compare

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

21 Aug 10:01
d2e28e6
Compare
Choose a tag to compare
Important LSF parameter fix (include 'span' for single-host jobs)

0.0.4: Merge pull request #125 from TheRoddyWMS/FixForDirectCommand

18 Jul 11:10
27f8a28
Compare
Choose a tag to compare

0.0.3

17 May 14:13
Compare
Choose a tag to compare
Fixed typo in travis.yml

0.0.1

21 Feb 11:33
Compare
Choose a tag to compare
Merge branch 'develop'

SGE-Direct-Beta-Release-1

12 Sep 12:44
Compare
Choose a tag to compare
Fix DirectCommand to use Parameter Files

Roddy_2.4.0

26 Jul 11:03
Compare
Choose a tag to compare
Merge branch 'FixPackages' into develop