Skip to content

Commit 8032dcf

Browse files
authored
Update WorkflowRunner.md
1 parent f296aea commit 8032dcf

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

MC/doc/WorkflowRunner.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -99,28 +99,28 @@ Produce a simulation workflow (like in the graph), for example using [create_emb
9999
Run workflow in a given file
100100
```
101101
alienv enter O2/latest O2DPG/latest
102-
${O2DPG_ROOT}/bin/o2_dpg_workflow_runner.py -f workflow.json
102+
${O2DPG_ROOT}/MC/bin/o2_dpg_workflow_runner.py -f workflow.json
103103
```
104104

105105
Show what you would run
106106
```
107-
${O2DPG_ROOT}/bin/o2_dpg_workflow_runner.py -f workflow.json --dry-run
107+
${O2DPG_ROOT}/MC/bin/o2_dpg_workflow_runner.py -f workflow.json --dry-run
108108
```
109109

110110
Execute workflow in serialized manner (only 1 task at a time)
111111
```
112-
${O2DPG_ROOT}/bin/o2_dpg_workflow_runner.py -f workflow.json -jmax 1
112+
${O2DPG_ROOT}/MC/bin/o2_dpg_workflow_runner.py -f workflow.json -jmax 1
113113
```
114114

115115

116116
## Future targeted features:
117117

118118
Run until everyting marked "RECO" is done
119119
```
120-
${O2DPG_ROOT}/bin/o2_dpg_workflow_runner.py -f workflow.json --stages RECO
120+
${O2DPG_ROOT}/MC/bin/o2_dpg_workflow_runner.py -f workflow.json --stages RECO
121121
```
122122

123123
Rerun worflow until AOD, skipping all tasks already done
124124
```
125-
${O2DPG_ROOT}/bin/o2_dpg_workflow_runner.py -f workflow.json --stages AOD --skip-done
125+
${O2DPG_ROOT}/MC/bin/o2_dpg_workflow_runner.py -f workflow.json --stages AOD --skip-done
126126
```

0 commit comments

Comments
 (0)