Skip to content

Releases: ycrc/dSQ

1.05

20 May 15:14
Compare
Choose a tag to compare
  • dsqa state parsing fix
  • Removed trailing whitespace in dsqa summary table

1.04

19 May 15:36
Compare
Choose a tag to compare

1.03

13 May 20:52
Compare
Choose a tag to compare
  • fixes spacing in dsqa table
  • dsqa now handles arrays with % steps in them

1.02

13 May 01:57
Compare
Choose a tag to compare
  • dsqa handles job array ranges better now.

1.01

12 May 20:20
Compare
Choose a tag to compare
  • Little bit of code/documentation cleanup
  • Don't print out the whole path to commands in help messages

1.0

08 May 00:07
Compare
Choose a tag to compare
1.0
  • minor reformatting
  • argparse-ified dSQBatch.py
  • dSQAutopsy (dsqa) queries sacct now, not job status
  • dSQAutopsy (dsqa) better summarizes array status now
  • added dSQ (dsq) --suppress-stats-file option
  • fixed dSQ (dsq) --submit option
  • updated readme

0.96

25 Sep 19:27
Compare
Choose a tag to compare

dsqa should work when run non-interactively now (issue #8)

0.95

24 Jul 20:48
Compare
Choose a tag to compare

Fixes:

  • dsq should work when run non-interactively now (issue #3)

Changes:

  • added --stdout option for @tlangfor because he loves pipes
  • added --status-dir option to save status.tsv to different directories (issue #4)

0.94

11 Jul 13:40
Compare
Choose a tag to compare

bugfix: proper formatting for the job output string (-o/--output)

0.93

05 Jul 15:53
aeffe4a
Compare
Choose a tag to compare

Changes:

  • No default mail or cpu/task/memory args are specified anymore.
  • Default job outfile now specified. Meant to be more descriptive, easier to glob-match. Help also says how to suppress outfiles altogether (use /dev/null).
  • Default behavior is to save batch script now. To submit directly use --submit
  • All user-supplied args are just one line in batch script.
  • --jobfile is now --job-file but older options still silently work