Skip to content

Releases: BYUHPC/slurm-auto-array

v0.2.3

10 Jun 17:17

Choose a tag to compare

Cleaned up regex strings to prevent complaints by newer Python versions.

v0.2.2

13 May 20:34

Choose a tag to compare

Sub-minute work unit time limits now work.

v0.2.1

26 Feb 19:45

Choose a tag to compare

Documentation updates

v0.2.0

26 Feb 16:46

Choose a tag to compare

Added the ability to use :::, :::+, ::::, and ::::+ much like one would with parallel.

v0.1.4

21 Feb 16:43

Choose a tag to compare

Removed custom ssh command from parallel invocation and fixed the handling of symbolic links as work unit commands.

v0.1.3

09 Feb 18:23

Choose a tag to compare

Fixed configuration precedence and tweaked defaults slightly.

v0.1.2

08 Feb 17:06

Choose a tag to compare

Stale argument directories are now cleaned up automatically by slurm-auto-array after a month of no use.

v0.1.1

07 Feb 17:56

Choose a tag to compare

Fixed a few minor bugs and made a few improvements:

  • Resource allocation is minimized even when the default array task size is larger than all the work units of a job combined
  • Output file format can now include %1, %2, etc. to correspond to fixed command arguments
  • #SBATCH and #SAA flags within job scripts are now heeded

v0.1.0

05 Feb 20:59

Choose a tag to compare

The initial release of slurm-auto-array