Skip to content

Commit 26e3f70

Browse files
committed
Remove obsolete GEN_TOPO_PARTITION
1 parent af9451a commit 26e3f70

File tree

3 files changed

+1
-5
lines changed

3 files changed

+1
-5
lines changed

DATA/README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ FILEWORKDIR=/home/epn/odc/files EPNSYNCMODE=1 DDWORKFLOW=tools/datadistribution_
154154
- 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`).
155155
- 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`.
156156
- 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.
158158
- 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.
159159
- Run `run.sh`
160160
- Put the output file (default is `$HOME/gen_topo_output.xml`) as EPN DDS topology in the AliECS GUI.
@@ -196,7 +196,6 @@ drohr-workflow: "O2PDPSuite" reco,10,10,"SHMSIZE=128000000000 testing/private/dr
196196
[drohr@epn245 test]$ cat run.sh
197197
#!/bin/bash
198198
199-
export GEN_TOPO_PARTITION=test # ECS Partition
200199
export DDMODE=processing # DataDistribution mode - possible options: processing, disk, processing-disk, discard
201200
202201
# Use these settings to fetch the Workflow Repository using a hash / tag
@@ -247,7 +246,6 @@ For reference, here is the creation of the XML for the full synchronous processi
247246
[drohr@epn245 test]$ cat run.sh
248247
#!/bin/bash
249248
250-
export GEN_TOPO_PARTITION=test # ECS Partition
251249
export DDMODE=processing # DataDistribution mode - possible options: processing, disk, processing-disk, discard
252250
253251
# Use these settings to fetch the Workflow Repository using a hash / tag

DATA/tools/epn/gen_topo_o2dpg.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
#!/bin/bash
22

33
# Check settings coming from AliECS via env variables
4-
if [ -z $GEN_TOPO_PARTITION ]; then echo \$GEN_TOPO_PARTITION missing; exit 1; fi # Partition
54
if [ -z $GEN_TOPO_HASH ]; then echo \$GEN_TOPO_HASH missing; exit 1; fi # Flag whether source is a hash or a folder
65
if [ -z $GEN_TOPO_SOURCE ]; then echo \$GEN_TOPO_SOURCE missing; exit 1; fi # O2DPG repository source, either a commit hash or a path
76
if [ -z $GEN_TOPO_LIBRARY_FILE ]; then echo \$GEN_TOPO_LIBRARY_FILE missing; exit 1; fi # Topology description library file in the DATA path of the O2DPG repository

DATA/tools/epn/run.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
#!/bin/bash
22

3-
export GEN_TOPO_PARTITION=test # ECS Partition
43
export DDMODE=processing # DataDistribution mode - possible options: processing, disk, processing-disk, discard
54
export DD_DISK_FRACTION=100 # In case of disk / processing-disk mode, fraction of raw data to store
65

0 commit comments

Comments
 (0)