flux-sched icon indicating copy to clipboard operation
flux-sched copied to clipboard

Implement `hostlist` operator for RFC 31 constraints

Open grondo opened this issue 2 years ago • 0 comments

A hostlist operator for RFC 31 job constraints is required to force inclusion or exclusion of nodes by hostname. E.g.:

{ "hostlist" : [ "fluke[16-17]" ] }

would force the inclusion of the listed nodes, while hosts could be excluded by

{ "not": [{ "hostlist": [ "fluke[16-17]" ] }] }

grondo avatar Sep 01 '22 00:09 grondo