[Documentation] Explain advanced scheduling features in flux
Nobody has claimed this yet.
Assessment
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Newbie friendliness
- 35/100
- Issue type
- Documentation
- Clarity
- Mostly clear
- Activity status
- Stale
- Tech stack
- bash, python
- Domain
- documentation, hpc
Research direction
Start with the provided Slurm script, the sched-fluxion-qmanager.toml example, and the linked Flux resource match-policy documentation. Add project documentation explaining how to configure and use the advanced scheduling policies, including the example commands and configuration; done means a newcomer can follow the example and understand the available policies.
Written by the indexing model from the issue text.
Description
Example script used in the exascale project:
#!/bin/bash
#SBATCH --qos=debug
#SBATCH --time=02:00:00
#SBATCH --chdir=/ccs/home/janssen/pyiron/projects/2023-09-24-dftfe-current
#SBATCH --get-user-env=L
#SBATCH --nodes=100
srun --cpus-per-task=56 flux start -o,--config-path=./ python test_queue_v10.py
And then in the working directory, we place the sched-fluxion-qmanager.toml file to configure the scheduling behavior of flux:
[sched-fluxion-resource]
match-policy = "lonode"
More details about the different scheduling policies are available in the flux documentation:
https://flux-framework.readthedocs.io/projects/flux-sched/en/latest/man5/flux-config-sched-fluxion-resource.html#resource-match-policies
- Dominant language
- Python
- Stars
- 77
- Forks
- 7
- Avg merge
- 10h 32m
- Merged PRs (30d)
- 12
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.
More from pyiron/executorlib
-
Difficulty 2/5 1-3 hours Newbie friendliness 68/100
pyiron/executorlib#1054 ·
-
bug
Difficulty 2/5 1-3 hours Newbie friendliness 68/100
pyiron/executorlib#1032 ·
-
documentation
Difficulty 2/5 1-3 hours Newbie friendliness 68/100
pyiron/executorlib#1005 ·
-
enhancement
Difficulty 5/5 Over a week Newbie friendliness 35/100
pyiron/executorlib#1049 · 1 comment ·
-
documentation
Difficulty 3/5 1-2 days Newbie friendliness 35/100
pyiron/executorlib#999 · 1 comment ·
All issues in pyiron/executorlib
Similar issues
-
Add: hunch Open
Difficulty 2/5 1-3 hours Newbie friendliness 74/100
AbdelStark/awesome-typesafe#104 ·
-
enhancement
Difficulty 2/5 1-3 hours Newbie friendliness 72/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 68/100
DiamondLightSource/dodal#2211 ·
-
Difficulty 2/5 1-3 hours Newbie friendliness 88/100
openml/openml-python#1749 ·
-
Difficulty 2/5 1-3 hours Newbie friendliness 88/100
sipyourdrink-ltd/bernstein#6191 ·