Skip to content
Snippets Groups Projects
Commit 87921e41 authored by Branislav Jansik's avatar Branislav Jansik
Browse files

Edit capacity-computing.md

parent 58dd2174
No related branches found
No related tags found
No related merge requests found
Pipeline #44105 failed
...@@ -12,10 +12,10 @@ and user experience for all users. ...@@ -12,10 +12,10 @@ and user experience for all users.
There are two primary scenarios: There are two primary scenarios:
1. Numeber of jobs < XXX, the jobs are able to utilize one or more full nodes: 1. Numeber of jobs < 1500, **and** the jobs are able to utilize one or more full nodes:
Use [Job arrays][2]. Use [Job arrays][2].
2. Number of jobs >> XXX, the jobs only utilze few cores: 2. Number of jobs >> 1500, **or** the jobs only utilze few cores:
Use [HyperQueue][1] when running a huge number of jobs. HyperQueue can help efficiently Use [HyperQueue][1] when running a huge number of jobs. HyperQueue can help efficiently
load balance a large number of jobs amongst available computing nodes. load balance a large number of jobs amongst available computing nodes.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment