Skip to content

v0.3.2

Latest
Compare
Choose a tag to compare
@daangeijs daangeijs released this 24 Jan 18:08

🚀 SlurmJob v0.3.2 - Cancelling and Graceful Interruption Handling

🌟 What's New?

  • Interruption Handling: This version introduces to gracefully handle interruptions during job submission. Now, when you press Ctrl+C while waiting for a job to start, SlurmJob will automatically cancel the job using the scancel command.

  • Slurm scancel Command Integration: Leveraging on this, you can now also manually cancel your job via the following command:

    slurmjob cancel <job_id>

🛠️ Installation & Upgrading

To install SlurmJob v0.3.2 , run:

pip install git+https://github.com/daangeijs/deepops-slurmjob.git

For users upgrading from an older version:

pip install --upgrade git+https://github.com/daangeijs/deepops-slurmjob.git

What's Changed

Full Changelog: v0.3.1...v0.3.2