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

Update capacity-computing.md

parent a4f9918e
No related branches found
No related tags found
1 merge request!336documented hyperqueue
Pipeline #22139 passed
...@@ -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.
Please register or to comment