diff --git a/src/user-guide/task-implementation/run-modes.rst b/src/user-guide/task-implementation/run-modes.rst index 8e61fe996d6..63771e77940 100644 --- a/src/user-guide/task-implementation/run-modes.rst +++ b/src/user-guide/task-implementation/run-modes.rst @@ -5,16 +5,10 @@ Task Run Modes .. versionadded:: 8.4.0 -<<<<<<< HEAD - * Before 8.4.0 run modes could only be set for the workflow, not - for individual tasks. - * New run mode, "skip", added. -======= Before 8.4.0 run modes could only be set for the workflow, not for individual tasks. Skip mode is new at 8.4.0. ->>>>>>> 76e6d437 (wip) As well as the default task implementation ("live" mode) other implementations can be selected: @@ -64,11 +58,7 @@ simple ``sleep 10`` tasks that submit to a remote platform. Simulation Mode --------------- -<<<<<<< HEAD **Simulation mode** does not run real jobs, and does not generate job -======= -**Simulation mode** does not run real jobs at all, and does not generate job ->>>>>>> 76e6d437 (wip) log files. @@ -80,25 +70,18 @@ changed with :cylc:conf:`[runtime][][simulation]default run length`. If :cylc:conf:`[runtime][]execution time limit` and :cylc:conf:`[runtime][][simulation]speedup factor` are both set, -<<<<<<< HEAD run length is computed by dividing the :cylc:conf:`[runtime][]execution time limit` by :cylc:conf:`[runtime][][simulation]` speedup factor. -======= -run length is computed by dividing the time limit by the speedup factor. ->>>>>>> 76e6d437 (wip) Simulated Failure ^^^^^^^^^^^^^^^^^ Tasks always complete all custom outputs, by default they succeed. -<<<<<<< HEAD If you want to test individual pathways, use :ref:`skip mode `. -======= ->>>>>>> 76e6d437 (wip) You can set some or all instances of a task to fail using :cylc:conf:`[runtime][][simulation]fail cycle points`. ``fail cycle points`` takes either a list of cycle point strings or "all". @@ -143,14 +126,10 @@ artificially completed in dummy mode and in simulation mode. Skip Mode --------- -<<<<<<< HEAD Skip mode is designed as an aid to workflow control: * Allows creation of dummy tasks as part of workflow design. * Allows skipping of tasks in a running workflow. -======= -Skip mode is designed as an aid to workflow control. ->>>>>>> 76e6d437 (wip) Skip mode allows the user to specify which task outputs will be emitted using :cylc:conf:`[runtime][][skip]outputs`.