Skip to content

Releases: daangeijs/deepops-slurmjob

v0.3.2

24 Jan 18:08
Compare
Choose a tag to compare

🚀 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

v0.3.1

07 Dec 20:09
8606968
Compare
Choose a tag to compare

🚀 SlurmJob v0.3.1 - Small Fixes

🌟 What's New?

🛠️ 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

v.0.3.0

30 Nov 14:06
Compare
Choose a tag to compare

🚀 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