Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Docker-in-Docker (DinD) capabilities of public runners deactivated.
More info
Open sidebar
pipelet
Pipelet
Commits
23b2329e
Commit
23b2329e
authored
Sep 09, 2010
by
Maude Le Jeune
Browse files
syntax multiplex
parent
c3e9f21a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
README.org
README.org
+5
-5
No files found.
README.org
View file @
23b2329e
...
...
@@ -152,18 +152,18 @@ This default behavior can be altered by specifying an #multiplex
directive in the commentary of the segment code. If several multiplex
directive can be found the last one is retained.
- #multiplex
('
cross_prod
')
: activate the default behaviour
- #multiplex
cross_prod : activate the default behaviour
- #multiplex
('
zip
')
: similar to the zip python command. The input set is
- #multiplex
zip : similar to the zip python command. The input set is
a list of tuples, where each tuple contains the i-th element from
each of the parent sorted output list. If the list have different
size, the shortest is used.
- #multiplex
('
union
')
: The input set contains all the output.
- #multiplex
union : The input set contains all the output.
- #multiplex
('gather')
: The input set contains one tuple of all the ouputs.
- #multiplex
cross_prod group by 0
: The input set contains one tuple of all the ouputs.
- #multiplex
('group')
: compute the cross_product and group the task
- #multiplex
cross_prod group by ...
: compute the cross_product and group the task
that are identical. To make use of group, elements of the output set
have to be hashable.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment