From da3676a40a5a97cba67138a5b0dd3e9dd72e8b5b Mon Sep 17 00:00:00 2001 From: Stanislav Bohm Date: Mon, 8 Nov 2021 19:44:53 +0100 Subject: [PATCH] README updated --- README.md | 42 +++++------------------------------------- 1 file changed, 5 insertions(+), 37 deletions(-) diff --git a/README.md b/README.md index 4d742bab3..814cace78 100644 --- a/README.md +++ b/README.md @@ -177,45 +177,13 @@ them to fully utilize allocated notes. You thus do not have to manually aggregat [Documentation](https://it4innovations.github.io/hyperqueue/) -# Roadmap +# Future work -## 0.1 +* API for dependencies +* Python API +* Dashboard +* Multi-node tasks -* [x] Basic worker management -* [x] Submitting, observing and canceling simple jobs -* [x] Encryption and authentication - -## 0.2 - -* [x] jobs that take more than 1 cpu -* [x] Job arrays - -## 0.3 - -* [x] Automatic stopping of idling workers - -## 0.4 - -* [x] Handling stdout/stderr when a large number of jobs is submitted -* [x] Reporting improvements -* [x] Resubmit -* [x] Priorities - -## v0.5 - -* [x] Auto-allocation of jobs in PBS/SLURM -* [x] Time constraints - -## Next release - -* [ ] Generic resource management - - -## Bigger horizon (unordered) - -* [ ] API for dependencies -* [ ] Python API -* [ ] "hq top" -- an analogue to "top" but over all cluster # Acknowledgement