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

Display warning if autoalloc options seem suspicious. #174

Open
Tracked by #8
Kobzol opened this issue Oct 22, 2021 · 0 comments · May be fixed by #381
Open
Tracked by #8

Display warning if autoalloc options seem suspicious. #174

Kobzol opened this issue Oct 22, 2021 · 0 comments · May be fixed by #381
Labels
autoalloc Auto allocation subsystem

Comments

@Kobzol
Copy link
Collaborator

Kobzol commented Oct 22, 2021

  • Queue does not exist.
  • Walltime is larger than the walltime limit of the given queue.
  • Backlog size is larger than the max. queue limit of the given queue.
  • Workers per allocation is larger than the max. number of workers of the given queue.

For PBS, you can find this with qstat -Q <queue> -f -F json. For Slurm, you can find it with sinfo -O <...> -p <queue>

@Kobzol Kobzol mentioned this issue Oct 22, 2021
6 tasks
@Kobzol Kobzol added the autoalloc Auto allocation subsystem label Oct 22, 2021
@User3574 User3574 linked a pull request Feb 25, 2022 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
autoalloc Auto allocation subsystem
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant