Skip to content

Releases: NatLabRockies/torc

v0.12.3

08 Feb 23:33
2bfb5c1

Choose a tag to compare

Fix the build process for publishing on crates.io (#108)

v0.12.0

08 Feb 17:51
d88d075

Choose a tag to compare

  • Add project and metadata fields to a workflow (#105)
  • Add CLI command to correct resource requirements (#105)
  • Add support for listing workflows for all users (#104)
  • Fix bug that sometimes caused jobs to not get picked up when their runtimes matched Slurm walltimes (#104)
  • Fix bug that added invalid Slurm job ID to the database in an error case
  • Show server error message in HTTP response
  • Change Slurm job name generation to include workflow ID
  • Handle case where SLURM_MEM_PER_NODE is not set (#106)
  • Add CLI command to show Slurm usage information (#107)

v0.11.0

04 Feb 17:53
54f57d3

Choose a tag to compare

  • Change the default torc-server bind address from localhost to 0.0.0.0 to allow compute nodes to connect.
  • Add support for the LLNL Dane HPC.
  • Save workflow files created by the Dash wizard.

v0.10.1

03 Feb 15:58
4806ed1

Choose a tag to compare

v0.10.1 Pre-release
Pre-release

Fix issues in remote runner workflow (#101)

v0.10.0

20 Jan 00:44

Choose a tag to compare

  • Add support for server-side events (#99)
  • Add handling of on_workflow_complete actions in the job runner (#100)

v0.9.0

12 Jan 19:13
e6d0595

Choose a tag to compare

  • Set Slurm wall time based on job runtimes by default (#93)
  • Support global Slurm parameters for a workflow (#94)
  • Support user-defined failure handlers with retries (#95)
  • Experimental feature to support AI-assisted error recovery (#96)

v0.8.6

08 Jan 03:45

Choose a tag to compare

Fix the setting of failed job status (#90)

v0.8.5

07 Jan 03:40
6ad6cf7

Choose a tag to compare

Add CLI command torc workflows sync-status (#89)

v0.8.4

06 Jan 20:20

Choose a tag to compare

Fixes bug that causes JobRunner to exit too early.

v0.8.3

06 Jan 17:49

Choose a tag to compare

Fix the auto-generated Slurm memory settings.