Skip to content

v0.5.0

Compare
Choose a tag to compare
@github-actions github-actions released this 15 Oct 19:51
af6042a

HyperQueue 0.5.0

New features

  • Time limit and Time request for tasks (options --time-limit and --time-request)
  • Time limit for workers
  • Job and task times are shown in job information tables
  • Integers in command line options can be now written with an underscore separator (e.g. --array=1-1_000)
  • Placeholders in log file paths
  • Preview version of PBS and SLURM auto allocation
  • HyperQueue can be now compiled without jemalloc (this enables PowerPC builds).
    To remove dependency on jemalloc, build HyperQueue with --no-default-features.

Changes

  • hq submit --wait and hq wait will no longer display a progress bar while waiting for the job(s) to finish.
    The progress bar was moved to hq submit --progress and hq progress.
  • The default path of job stdout and stderr has been changed to job-%{JOB_ID}/%{TASK_ID}.[stdout/stderr]
  • Normalization of stream's end behavior when job is canceled
  • Job id is now represented as u32