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

flux-mini,python,sched-simple: need a way to request exclusive allocation of a node #3149

Closed
SteVwonder opened this issue Aug 19, 2020 · 1 comment

Comments

@SteVwonder
Copy link
Member

Problem:

Node-exclusive allocations are a very common allocation request in HPC but are not support by Flux currently. flux-mini has no way to request exclusive allocation of a node. The Jobspec class in the python bindings does not make setting exclusivity for nodes easy. sched-simple does not support satisfying a request with exclusive: true set for a node.

Proposed Solution:

  • Update Jobspec V1 RFC25 to support the exclusive: true under the node resource: RFC25: need a way to request exclusive allocation of a node rfc#261
  • Update the JobspecV1 class to make setting exclusivity easier
    • Probably either a new method or a new argument to the from_command method
  • Update flux-mini to allow requesting resources as exclusive
    • --node-exclusive and --exclusive=node were both mentioned on a coffee call, with the latter being preferred for its generality
@grondo
Copy link
Contributor

grondo commented May 16, 2024

This is now possible with flux run --exclusive option.

@grondo grondo closed this as completed May 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants