Skip to content

Releases: BYUHPC/slurm-auto-array

v0.2.3

Choose a tag to compare

@mjg0 mjg0 released this 10 Jun 17:17

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

v0.2.2

Choose a tag to compare

@mjg0 mjg0 released this 13 May 20:34

Sub-minute work unit time limits now work.

v0.2.1

Choose a tag to compare

@mjg0 mjg0 released this 26 Feb 19:45

Documentation updates

v0.2.0

Choose a tag to compare

@mjg0 mjg0 released this 26 Feb 16:46

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

v0.1.4

Choose a tag to compare

@mjg0 mjg0 released this 21 Feb 16:43

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

v0.1.3

Choose a tag to compare

@mjg0 mjg0 released this 09 Feb 18:23

Fixed configuration precedence and tweaked defaults slightly.

v0.1.2

Choose a tag to compare

@mjg0 mjg0 released this 08 Feb 17:06

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

v0.1.1

Choose a tag to compare

@mjg0 mjg0 released this 07 Feb 17:56

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

Choose a tag to compare

@mjg0 mjg0 released this 05 Feb 20:59

The initial release of slurm-auto-array