From 3c8fda7946447b644b415f80c3b7eccb76df0c10 Mon Sep 17 00:00:00 2001 From: Branislav Jansik <branislav.jansik@vsb.cz> Date: Fri, 2 May 2025 16:52:41 +0200 Subject: [PATCH] Edit capacity-computing.md --- docs.it4i/general/capacity-computing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs.it4i/general/capacity-computing.md b/docs.it4i/general/capacity-computing.md index 3c75da99..b27f223a 100644 --- a/docs.it4i/general/capacity-computing.md +++ b/docs.it4i/general/capacity-computing.md @@ -15,7 +15,7 @@ There are two primary scenarios: 1. Numeber of jobs < 1500, **and** the jobs are able to utilize one or more full nodes: Use [Job arrays][2]. The Job array allows to sumbmit and control many jobs (tasks) in one packet. Several job arrays may be sumitted. -2. Number of jobs >> 1500, **or** the jobs only utilze few cores: +2. Number of jobs >> 1500, **or** the jobs only utilze a few cores each: Use [HyperQueue][1]. HyperQueue can help efficiently load balance a very large number of (small) jobs amongst available computing nodes. -- GitLab