Additional Flux Directive Support
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 161
- Forks
- 49
- PR merge metrics
- No merged PRs in 30d
Description
It would be a useful addition to allow a user to specify any flux directive under allocation_args. This would give a user flexibility and a more rapid response to newly added flux directives. An example of this is the flux directive --coral2-hugepages
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by tracing how allocation_args is parsed and converted into Flux directives, using the existing handling of --coral2-hugepages as the concrete example. Check the workflow allocation entry point and related tests, if present. Done means users can pass arbitrary Flux directives through allocation_args without requiring a code change for each new directive.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- hpc
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100