We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8109b9a commit a52089dCopy full SHA for a52089d
1 file changed
MC/doc/WorkflowRunner.md
@@ -107,6 +107,12 @@ Show what you would run
107
${O2DPG_ROOT}/bin/o2_dpg_workflow_runner.py -f workflow.json --dry-run
108
```
109
110
+Execute workflow in serialized manner (only 1 task at a time)
111
+```
112
+${O2DPG_ROOT}/bin/o2_dpg_workflow_runner.py -f workflow.json -jmax 1
113
114
+
115
116
## Future targeted features:
117
118
Run until everyting marked "RECO" is done
0 commit comments