Skip to content

v0.2.2

Choose a tag to compare

@jayhesselberth jayhesselberth released this 26 Aug 11:09
· 50 commits to main since this release

Changed

  • Slurm jobs are now asked to carry a name in both fields: -J NAME and
    --comment=NAME, the same short descriptive value. The bodhi-compute
    skill, the --agent-context briefing, the man page and the docs all show
    it on every srun/salloc example, so a shared partition stops filling
    with jobs called bash. Both fields earn their place because they survive
    differently: the comment is readable on a live job (squeue, scontrol show job ID) but only reaches accounting on clusters that set
    AccountingStoreFlags=job_comment — Bodhi does not, so sacct history
    keeps the name alone. Name and comment belong to the allocation, so naming
    an salloc covers every srun --overlap step run inside it.

Full Changelog: v0.2.1...v0.2.2