File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ Cylc 8 has a new scheduling algorithm that:
25
25
26
26
- Is much more efficient because it only has to manage :term: `active tasks `.
27
27
28
- - Tasks are not "pre-spawned" before they are needed.
28
+ - Tasks are not loaded into memory before they are needed.
29
29
- Tasks are not retained in memory once they complete.
30
30
- There is no costly indiscriminate dependency matching.
31
31
- Distinguishes between :term: `optional <optional output> ` and
Original file line number Diff line number Diff line change @@ -70,12 +70,12 @@ Glossary
70
70
71
71
active task
72
72
Active tasks are those tasks currently held in working memory to feed
73
- the scheduling algorithm. They comprise ``n=0 `` basis of the GUI
74
- :term: ` n-window `, so they are always visible in the GUI.
73
+ the scheduling algorithm. They form the ``n=0 `` :term: ` n-window `,
74
+ so are always visible in the GUI.
75
75
76
76
Active tasks include:
77
77
78
- - ``submitted `` and ``running ``, with active jobs)
78
+ - ``submitted `` and ``running `` tasks (i.e, tasks with active jobs)
79
79
- ``preparing `` tasks in the job submission pipeline
80
80
- ``waiting `` tasks that are nearly ready to run but:
81
81
@@ -90,7 +90,7 @@ Glossary
90
90
91
91
n-window
92
92
The GUI provides a view of the workflow extending ``n `` graph edges out
93
- from :term: `active tasks <active task> ` - which comprise the ``n=0 ``
93
+ from :term: `active tasks <active task> ` - which form the ``n=0 ``
94
94
window. The default n-window extent is ``n=1 ``.
95
95
96
96
active cycle
You can’t perform that action at this time.
0 commit comments