Releases: daangeijs/deepops-slurmjob
v0.3.2
🚀 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
v0.3.1
🚀 SlurmJob v0.3.1 - Small Fixes
🌟 What's New?
- fix: vscode link echo to right file by @siemdejong in #5
Full Changelog: v0.3.0...v0.3.1
🛠️ Installation & Upgrading
To install SlurmJob V.0.3.0, run:
pip install git+https://github.com/daangeijs/deepops-slurmjob.git
If you're upgrading from an older version:
pip install --upgrade git+https://github.com/daangeijs/deepops-slurmjob.git
👥 New Contributors
- @siemdejong made their first contribution in #5
v.0.3.0
🚀 SlurmJob v0.3.0 - Enhanced SBATCH Flexibility!
🌟 What's New?
-
Flexible SBATCH Command Parameters: Customize your job submissions like never before! You can now directly pass additional SBATCH command parameters when running a job, giving you more control over your job runs.
slurmjob run <job_name> --<SBATCH_option1>=<value1> --<SBATCH_option2>=<value2>
Whether you need to adjust quality of service settings with --qos
or need more resources for your interactive job--cpus-per-task
, these new capabilities allow for dynamic job overwrite your SBATCH settings.
🛠️ Installation & Upgrading
To install SlurmJob V.0.3.0, run:
pip install git+https://github.com/daangeijs/deepops-slurmjob.git
If you're upgrading from an older version:
pip install --upgrade git+https://github.com/daangeijs/deepops-slurmjob.git