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

Update capacity-computing.md

parent 023c9db2
No related branches found
No related tags found
1 merge request!336documented hyperqueue
Pipeline #22144 passed
This commit is part of merge request !336. Comments created here will be created in the context of that merge request.
...@@ -160,19 +160,19 @@ HyperQueue lets you build a computation plan consisting of a large amount of tas ...@@ -160,19 +160,19 @@ HyperQueue lets you build a computation plan consisting of a large amount of tas
* **Transparent task execution on top of a Slurm/PBS cluster** * **Transparent task execution on top of a Slurm/PBS cluster**
Automatic task distribution amongst jobs, nodes, and cores. Automatic task distribution amongst jobs, nodes, and cores.
* **Dynamic load balancing across jobs** * **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 Work-stealing scheduler<br>NUMA-aware, core planning, task priorities, task arrays<br> Nodes and tasks may be added/removed on the fly
* **Scalable** * **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 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** * **Easy deployment**
Single binary, no installation, depends only on *libc*<br>No elevated privileges required Single binary, no installation, depends only on *libc*<br>No elevated privileges required
* **Open source** * **Open source**
......
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