Skip to content

Releases: Svdvoort/slurmpie

v0.8.6

31 Jul 08:15
780ea05
Compare
Choose a tag to compare

Parent jobs can now be specified as None, which means that they will not be taken into account for the job graph.
This should make it easier to have optional dependencies: either make a real job or specify None in case that job does not need to run.

v0.8.5

11 Apr 06:59
70ef73b
Compare
Choose a tag to compare
  • Version numbers in sync

v0.8.4

11 Apr 06:57
61e1168
Compare
Choose a tag to compare
  • Fixed tests

v0.8.3

11 Apr 06:53
9d9c9f3
Compare
Choose a tag to compare
  • Fix for using quotes in command by formatting command as a string.

v0.8.2

08 Apr 13:57
6d7af54
Compare
Choose a tag to compare

Fix for typo in error message

v0.8.1

03 Apr 13:47
67141c6
Compare
Choose a tag to compare

Fixed double to single quotes for wrapped commands, should fix unrecognized commands.

v0.8.0

29 Mar 09:48
0f270dc
Compare
Choose a tag to compare

Fixed compatibility with newer slurm versions:

  • Wrapped commands are now in quotes
  • slurm might give an error, but still return exit code 0. In those cases we now do display an error.

v0.7.1

13 Jul 11:27
Compare
Choose a tag to compare

Fixed version number

v0.7.0

13 Jul 11:25
Compare
Choose a tag to compare
  • Added option to specify nodelist

v0.6.1

18 Nov 14:06
Compare
Choose a tag to compare
  • Added option to set a root directory for log files