diff --git a/docs.it4i/general/capacity-computing.md b/docs.it4i/general/capacity-computing.md index 3c75da99e07ce013e0ffdb5f5a86e665555bcea8..b27f223a601a5fd6a9e4f4432c281c48e804a394 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.