diff --git a/docs.it4i/general/hyperqueue.md b/docs.it4i/general/hyperqueue.md index ae6ce1b81a0c68b0f27361eaefbd23a2fd6025d8..9a39390c137a6a67cd11287c6df8e53b59917df1 100644 --- a/docs.it4i/general/hyperqueue.md +++ b/docs.it4i/general/hyperqueue.md @@ -17,20 +17,20 @@ Find more about HyperQueue in its [documentation][a]. * **Dynamic load balancing across jobs** - * Work-stealing scheduler - * NUMA-aware, core planning, task priorities, task arrays - * Nodes and tasks may be added/removed on the fly + * Work-stealing scheduler + * NUMA-aware, core planning, task priorities, task arrays + * Nodes and tasks may be added/removed on the fly * **Scalable** - * Low overhead per task (~100μs) - * Handles hundreds of nodes and millions of tasks - * Output streaming avoids creating many files on network filesystems + * Low overhead per task (~100μs) + * Handles hundreds of nodes and millions of tasks + * Output streaming avoids creating many files on network filesystems * **Easy deployment** - * Single binary, no installation, depends only on *libc* - * No elevated privileges required + * Single binary, no installation, depends only on *libc* + * No elevated privileges required ## Installation