Skip to content

v.0.3.0

Compare
Choose a tag to compare
@daangeijs daangeijs released this 30 Nov 14:06
· 14 commits to main since this release

🚀 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