You are here
add-jsub
Tue, 05/02/2017 - 10:00 — larrieu
Add jobs to an existing workflow.
Usage: add-jsub -workflow W [options] -script auger-submission-file
-------------------------------------------------------------------
Add jobs to workflow W, using attributes specified in the auger job submission
format. Please see https://scicomp.jlab.org/docs/auger_command_files . Note
that the auger format does not support all swif options.
Create: -create
---------------
If the named workflow does not already exit, create it.
Phase: -phase phase-number
--------------------------
Assign the jobs to specified phase.
Every job may be assigned an integer phase number that indicates what segment
of the workflow it belongs to. No jobs belonging to a higher phase will be
released to the batch system until all jobs belonging to a lower phase have
completed or optionally canceled. Once all jobs in a phase have completed,
the workflow will advance to the next phase number specified by constituent
jobs.
This can allow graduated introduction of a jobs into the system, or can
provide a crude way to implement a form of dependency between stages of a
workflow.
If unspecified, the jobs are assumed to be runnable at any time.