Skip to content
Snippets Groups Projects
Commit a4f9918e authored by Jan Siwiec's avatar Jan Siwiec
Browse files

Update capacity-computing.md

parent 98e75e96
No related branches found
No related tags found
1 merge request!336documented hyperqueue
Pipeline #22138 passed
This commit is part of merge request !336. Comments created here will be created in the context of that merge request.
...@@ -156,6 +156,26 @@ HyperQueue lets you build a computation plan consisting of a large amount of tas ...@@ -156,6 +156,26 @@ HyperQueue lets you build a computation plan consisting of a large amount of tas
![](../img/hq-idea-s.png) ![](../img/hq-idea-s.png)
### Features
* **Transparent task execution on top of a Slurm/PBS cluster***
Automatic task distribution amongst jobs, nodes, and cores.
* **Dynamic load balancing across jobs**
Work-stealing scheduler<br>NUMA-aware, core planning, task priorities, task arrays<br> Nodes and tasks may be added/removed on the fly
* **Scalable**
Low overhead per task (~100μs)<br>Handles hundreds of nodes and millions of tasks<br>Output streaming avoids creating many files on network filesystems
* **Easy deployment**
Single binary, no installation, depends only on *libc*<br>No elevated privileges required
* **Open source**
### Installation ### Installation
To install/compile HyperQueue, follow the steps on the [official webpage][b]. To install/compile HyperQueue, follow the steps on the [official webpage][b].
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment