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

auto_batch_clusters (and others) set auto_core maxes. #3755

Open
Tracked by #3394
johrstrom opened this issue Aug 26, 2024 · 3 comments
Open
Tracked by #3394

auto_batch_clusters (and others) set auto_core maxes. #3755

johrstrom opened this issue Aug 26, 2024 · 3 comments
Assignees
Milestone

Comments

@johrstrom
Copy link
Contributor

johrstrom commented Aug 26, 2024

Now that we have auto_cores we likely need to start setting max auto_cores.

auto_batch_clusters should do this and likely auto_queues as well. Not sure about others, but there could be others as well.

@ashton22305
Copy link
Contributor

Is there really a way to do this with auto_queues the way that queues are set up right now? It seems that the only way to access the number of cores available in a queue is through the tres attribute, which reports the total number of cores and not the number of cores per node as we have implemented for clusters.

@johrstrom
Copy link
Contributor Author

yea queues may be hard. We may have to

  • find the nodes available in that queue
  • find the max core count for any of those nodes.

We can split this ticket in 2 if we need to. Get cluster support first, then queues.

@ashton22305
Copy link
Contributor

We already have cluster support in #3778 so we can just continue with this ticket for support for queues.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants
@johrstrom @osc-bot @ashton22305 and others