| Inline tasks based on group size.
Engine Options:
-x | Execute DAG using workflow engine after compiling.
| -e <arguments> | | Set arguments to workflow engine when executing.
| -w wrapper <> | | Set workflow engine wrapper.
|
EXIT STATUS
On success, returns zero. On failure, returns non-zero.
EXAMPLES
Weaver expresses common workflow patterns succinctly. For
example, with only the following three lines of code we can express a
map pattern, in which we convert some images to the jpeg format:
convert = ParseFunction('convert {IN} {OUT}')
dataset = Glob('/usr/share/pixmaps/*.xpm')
jpgs = Map(convert, dataset, '{basename_woext}.jpg')
Please refer to cctools/doc/weaver_examples for further information.
The Cooperative Computing Tools are Copyright (C) 2003-2004 Douglas Thain and Copyright (C) 2005-2015 The University of Notre Dame. This software is distributed under the GNU General Public License. See the file COPYING for details.
CCTools 7.0.22 FINAL released on |