Skip to content

Releases: holgerbrandl/joblist

v0.7.1

05 Dec 13:38
Compare
Choose a tag to compare

See Changes.md for changes.

v0.7

15 Sep 08:51
Compare
Choose a tag to compare

Most significant new features in this release are

  • jl submit --wait does not longer reset the list #49
  • Added --reset to jl submit
  • Support java-Xmx-notation for memory limits. Example: -m 5g #56
  • Streamlined report generation #50
  • Dramatically improved batch-submission performance
  • More idiomatic blocking with jl wait || exit 1 (or jl status || exit 1)
  • Reduced # status files per job by 20% (4 instead of 5) on SLURM
  • Validate that no jobs would pend forever due to PartitonTimeLimt on SLURM

v0.6

10 May 12:30
Compare
Choose a tag to compare

Most significant new features in this release are

  • New --mem and --time arguments for jl submit to adjust walltime and maximum memory per job
  • Implement idiomatic way in jl status to output stderr/stdout-logs, job configuration, and runinfo (#37)
  • Separated job resubmission into new command jl resub
  • Allow multi-line commands to be submitted in batch mode (#40)
  • Remember last used joblist in terminal (#41)
  • Renamed jl kill to jl cancel to be more consistent with slurm/lsf naming conventions
  • Automatic dependency resolution for report rendering (see rend.R)
  • JCenter integration and continuous integration using TravisCI
  • Improved report to include summary table and job submission example

For a more complete list see the milestone tickets

v0.5

15 Feb 12:52
Compare
Choose a tag to compare
v0.5 Pre-release
Pre-release
  • bug fixes

v0.4

11 Dec 12:04
Compare
Choose a tag to compare
v0.4 Pre-release
Pre-release
  • Added slurm scheduler support
  • New local scheduler
  • Improved reporting
  • Simplified commands

v0.3

26 Nov 19:58
Compare
Choose a tag to compare
v0.3 Pre-release
Pre-release

Initial release. :-)

Currently supporting LSF only. Slurm support is partially implemented. Local support is still missing.