You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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. TheJobspec
class in the python bindings does not make setting exclusivity for nodes easy.sched-simple
does not support satisfying a request withexclusive: true
set for a node.Proposed Solution:
exclusive: true
under thenode
resource: RFC25: need a way to request exclusive allocation of a node rfc#261JobspecV1
class to make setting exclusivity easierfrom_command
methodflux-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 generalityThe text was updated successfully, but these errors were encountered: