Make variants sticky when implemented
Open
@becker33 is already working on this.
Since Nov 26, 2024.
- Dominant language
- Python
- Stars
- 78
- Forks
- 52
- Avg merge
- 4d 19m
- Merged PRs (30d)
- 10
Description
I removed the use of sticky variant in Tioga scheduler in #435 because sticky variants are not currently implemented. We need to go through all variants and decide which should be sticky once that is an option.
@becker33 do we need a change in Ramble for this?
File "/home/runner/work/benchpark/benchpark/lib/benchpark/directives.py", line 140, in variant
raise NotImplementedError("Sticky variants are not yet implemented in Ramble")
Contributor guide
No contributing guide indexed for this repository
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.
Assessment
This issue has not been assessed yet.