[Documentation] Setting queuing system priority
Open
Nobody has claimed this yet.
documentation
- Dominant language
- Python
- Stars
- 77
- Forks
- 7
- Avg merge
- 10h 32m
- Merged PRs (30d)
- 12
Description
- For the
FluxJobExecutorthis functionality was already implemented in https://github.com/pyiron/executorlib/pull/592 - For the
SlurmJobExecutorthis could be done by setting the--nicevalue https://slurm.schedmd.com/srun.html - For the
SlurmClusterExecutorin analogy to theSlurmJobExecutorthis can again be achieved by adding the--nicevalue in the submission template https://executorlib.readthedocs.io/en/latest/2-hpc-cluster.html#slurm and then providing it in the run template. - For the
FluxClusterExecutorthis should be done as well.
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.
Research direction
Start by reviewing the FluxJobExecutor implementation referenced in pull request 592, then compare the SlurmJobExecutor and SlurmClusterExecutor submission and run templates with the Slurm documentation. Done means the documentation explains how to set queue priority for the Slurm and Flux cluster executors and identifies the relevant submission settings.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- documentation, hpc
- Issue type
- Documentation
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100