Skip to content

Commit

Permalink
Update index with the last slides of the "workflow" course.
Browse files Browse the repository at this point in the history
  • Loading branch information
riccardomurri committed Jul 15, 2016
1 parent 18438ae commit 76d2781
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions docs/programmers/tutorials/index.rst
Expand Up @@ -67,6 +67,21 @@ to extend and adapt the examples provided.

A worked-out example of a many-step workflow.

`Running tasks in a sequence <https://github.com/uzh/gc3pie/tree/training-july-2016/docs/programmers/tutorials/workflows/part08.pdf>`_

How to run tasks in sequence: basic usage of
`SequentialTaskCollection`:class: and `StagedTaskCollection`:class:

`Running tasks in parallel <https://github.com/uzh/gc3pie/tree/training-july-2016/docs/programmers/tutorials/workflows/part09.pdf>`_

How to run independent tasks in parallel: the `ParallelTaskCollection`:class:

`More workflow constructs <https://github.com/uzh/gc3pie/tree/training-july-2016/docs/programmers/tutorials/workflows/part10.pdf>`_

Other workflow construction tools: the
`DependentTaskCollection`:class: for automated arrangement of tasks
given dependencies, and the unbounded `SequentialTaskCollection`.


A bottom-up introduction to programming with GC3Pie
---------------------------------------------------
Expand Down

0 comments on commit 76d2781

Please sign in to comment.