File tree Expand file tree Collapse file tree 1 file changed +11
-1
lines changed
Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -112,6 +112,16 @@ Execute workflow in serialized manner (only 1 task at a time)
112112${O2DPG_ROOT}/MC/bin/o2_dpg_workflow_runner.py -f workflow.json -jmax 1
113113```
114114
115+ Produce a shell script that can run the workflow (serialized)
116+ ```
117+ ${O2DPG_ROOT}/MC/bin/o2_dpg_workflow_runner.py -f workflow.json --produce-script foo.sh
118+ ```
119+
120+ Redo a certain task in the workflow and all its direct or indirect dependencies
121+ (This makes sense only if this not the first pass of the workflow)
122+ ```
123+ ${O2DPG_ROOT}/MC/bin/o2_dpg_workflow_runner.py -f workflow.json --rerun-from tpcdigi_1
124+ ```
115125
116126## Future targeted features:
117127
@@ -122,5 +132,5 @@ ${O2DPG_ROOT}/MC/bin/o2_dpg_workflow_runner.py -f workflow.json --stages RECO
122132
123133Rerun worflow until AOD, skipping all tasks already done
124134```
125- ${O2DPG_ROOT}/MC/bin/o2_dpg_workflow_runner.py -f workflow.json --stages AOD --skip-done
135+ ${O2DPG_ROOT}/MC/bin/o2_dpg_workflow_runner.py -f workflow.json --stages AOD
126136```
You can’t perform that action at this time.
0 commit comments