From a4f9918e5e0ebfcf61e34bbaa9c987f55561135f Mon Sep 17 00:00:00 2001
From: Jan Siwiec <jan.siwiec@vsb.cz>
Date: Tue, 14 Sep 2021 10:40:54 +0200
Subject: [PATCH] Update capacity-computing.md

---
 docs.it4i/general/capacity-computing.md | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

diff --git a/docs.it4i/general/capacity-computing.md b/docs.it4i/general/capacity-computing.md
index 007ef078d..cd3f7d65b 100644
--- a/docs.it4i/general/capacity-computing.md
+++ b/docs.it4i/general/capacity-computing.md
@@ -156,6 +156,26 @@ HyperQueue lets you build a computation plan consisting of a large amount of tas
 
 ![](../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
 
 To install/compile HyperQueue, follow the steps on the [official webpage][b].
-- 
GitLab