🚀 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 thescancel
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
- Add cancel functionality by @daangeijs in #8
- Development v0.3.2 by @daangeijs in #9
Full Changelog: v0.3.1...v0.3.2