Skip to content

Commit c6f4961

Browse files
committed
parse script: allow to set min, max TF id for rawtf output and max number of TFs per rawtf file via env variables
1 parent 8ccc999 commit c6f4961

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DATA/tools/parse

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ for line in f:
223223
odccommand += ' ' + os.environ['GEN_TOPO_ODC_EPN_TOPO_ARGS']
224224
if True:
225225
replacestring = ''
226-
dd_env_variables = ['DD_DISK_FRACTION', 'EPN_DD_TEST', 'EPN_DD_TEST_2', 'EPN_DD_TEST_3', 'SHM_MANAGER_SHMID']
226+
dd_env_variables = ['DD_DISK_FRACTION', 'TF_SINK_NUM_TFS', 'DD_STF_MIN_ID', 'DD_STF_MAX_ID', 'EPN_DD_TEST', 'EPN_DD_TEST_2', 'EPN_DD_TEST_3', 'SHM_MANAGER_SHMID']
227227
for i in dd_env_variables:
228228
if i in os.environ:
229229
replacestring += ' ' + i + '=' + os.environ[i]

0 commit comments

Comments
 (0)