@@ -85,7 +85,7 @@ We can also call other scripts or executables in this way, e.g:
85
85
86
86
To help with this, Cylc automatically adds a ``bin/ `` sub-directory of the
87
87
workflow :term: `source directory ` to the executable search path (``$PATH ``)
88
- in task job environments.
88
+ in task environments.
89
89
90
90
.. code-block :: bash
91
91
:caption: bin/hello_world
@@ -131,7 +131,7 @@ Tasks And Jobs
131
131
When a :term: `task ` is ready to run Cylc creates a :term: `job script ` for
132
132
it: a bash file containing the scripting defined for the task along with
133
133
other configuration and error trapping code. This is what actually executes
134
- as the task job.
134
+ as the job.
135
135
136
136
:term: `Tasks<task> ` typically go through the following states as a workflow
137
137
runs:
@@ -141,11 +141,11 @@ Tasks And Jobs
141
141
Preparing
142
142
Dependencies met; preparing the task :term: `job script ` for submission.
143
143
Submitted
144
- Task job script submitted to the :term: `job runner `; waiting on execution.
144
+ Job script submitted to the :term: `job runner `; waiting on execution.
145
145
Running
146
- Task job script executing.
146
+ Job script executing.
147
147
Succeeded
148
- Task job completed successfully (i.e. exited with 0 return status).
148
+ Job completed successfully (i.e. exited with 0 return status).
149
149
150
150
There are several other task states as well, such as **failed **.
151
151
@@ -418,14 +418,14 @@ Files Generated at Runtime
418
418
read or write files shared with other tasks.
419
419
``work/ ``
420
420
Contains task :term: `work directories <work directory> `, i.e. the
421
- *current working directories * of running task jobs . These are
421
+ *current working directories * of running tasks . These are
422
422
removed automatically if empty when a task finishes.
423
423
424
424
The job log directory path ends in ``<cycle-point>/<task-name>/<job-submission-num>/ ``,
425
425
where the :term: `job submission number ` starts at 1 and increments each time a
426
426
task re-runs.
427
427
428
- You can use the command line to view scheduler or task job logs without
428
+ You can use the command line to view scheduler or job logs without
429
429
having to find them yourself on the filesystem:
430
430
431
431
.. code-block :: bash
@@ -540,7 +540,7 @@ Files Generated at Runtime
540
540
.. code-block :: none
541
541
542
542
Workflow : runtime-introduction
543
- Task Job : 20000101T0000Z/get_observations_heathrow/01 (try 1)
543
+ Job : 20000101T0000Z/get_observations_heathrow/01 (try 1)
544
544
User@Host: username@hostname
545
545
546
546
Guessing Weather Conditions
0 commit comments