From 5d5008a2602a9b47f6f58e0d40e129822d237d76 Mon Sep 17 00:00:00 2001 From: Branislav Jansik <branislav.jansik@vsb.cz> Date: Fri, 2 May 2025 17:05:37 +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 80e5a539..7f6773b6 100644 --- a/docs.it4i/general/capacity-computing.md +++ b/docs.it4i/general/capacity-computing.md @@ -13,7 +13,7 @@ We **recommend** using [**Job arrays**][1] or [**HyperQueue**][2] to execute man There are two primary scenarios: -1. Numeber of jobs < 1500, **and** the jobs are able to utilize one or more **full** nodes: +1. Number of jobs < 1500, **and** the jobs are able to utilize one or more **full** nodes: Use [**Job arrays**][1]. The Job array allows to sumbmit and control up to 1500 jobs (tasks) in one packet. Several job arrays may be sumitted. -- GitLab