You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- If you want to specify the number of reconstruction nodes to use here, you can use `RECO_NUM_NODES_OVERRIDE`, otherwise the default from your description library file will be used (leave it empty or `=0`).
155
155
- The `WORKFLOW_DETECTORS` and `WORKFLOW_PARAMETERS` options are optional, your workflow does not need to use them. They are mostly for more complex workflows, so you can ignore them for now`.
156
156
- Leave `DDMODE=processing` in order to run a workflow.
157
-
-`GEN_TOPO_PARTITION` and `NHBPERTF` will be set by AliECS later automatically, no need to change them.
157
+
-`NHBPERTF` will be set by AliECS later automatically, no need to change them.
158
158
- Change the output filename to a file somewhere in your `$HOME`, the default is `$HOME`/gen_topo_output.xml. This will be the file you have to enter in AliECS as topology.
159
159
- Run `run.sh`
160
160
- Put the output file (default is `$HOME/gen_topo_output.xml`) as EPN DDS topology in the AliECS GUI.
Copy file name to clipboardExpand all lines: DATA/tools/epn/gen_topo_o2dpg.sh
-1Lines changed: 0 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,6 @@
1
1
#!/bin/bash
2
2
3
3
# Check settings coming from AliECS via env variables
4
-
if [ -z$GEN_TOPO_PARTITION ];thenecho\$GEN_TOPO_PARTITION missing;exit 1;fi# Partition
5
4
if [ -z$GEN_TOPO_HASH ];thenecho\$GEN_TOPO_HASH missing;exit 1;fi# Flag whether source is a hash or a folder
6
5
if [ -z$GEN_TOPO_SOURCE ];thenecho\$GEN_TOPO_SOURCE missing;exit 1;fi# O2DPG repository source, either a commit hash or a path
7
6
if [ -z$GEN_TOPO_LIBRARY_FILE ];thenecho\$GEN_TOPO_LIBRARY_FILE missing;exit 1;fi# Topology description library file in the DATA path of the O2DPG repository
0 commit comments