Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Job priority via the 'nice' job parameter #9

Open
TorecLuik opened this issue Mar 18, 2024 · 2 comments
Open

Job priority via the 'nice' job parameter #9

TorecLuik opened this issue Mar 18, 2024 · 2 comments
Labels
enhancement New feature or request

Comments

@TorecLuik
Copy link
Collaborator

Nice - Users can adjust the priority of their own jobs by setting the nice value on their jobs

If we add this optional parameter to run_workflow, we add a possibility for (future) BIOMERO scripts to limit / raise job priority based on the user or group that starts the BIOMERO script.

This is a cheap alternative to allowing per-user SSH keys (with possibly different roles/priorities/powers inside Slurm).

@TorecLuik TorecLuik added the enhancement New feature or request label Mar 18, 2024
@TorecLuik
Copy link
Collaborator Author

Like the system nice, positive values negatively impact a job's
priority and positive values increase a job's priority
● Only privileged users can specify a negative value
● The adjustment range is +/-2147483645.

@TorecLuik
Copy link
Collaborator Author

We can already add it in general via the config similar to cellpose_job_gres=gpu:1g.10gb:1; cellpose_job_nice=48939834`

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant