Skip to content

Commit 9fed6b0

Browse files
committed
parse script: add env variable to use full MI100 serialization in online
1 parent 248c287 commit 9fed6b0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

DATA/tools/parse

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,8 @@ for line in f:
143143
command_preopt += ' EPN_NODE_MI100=1 EPN_GLOBAL_SCALING="3/2"'
144144
if os.getenv('DISABLE_MI100_SERIALIZATION', '0') == '1':
145145
command_preopt += ' DISABLE_MI100_SERIALIZATION=1'
146+
if os.getenv('FULL_MI100_SERIALIZATION', '0') == '1':
147+
command_preopt += ' FULL_MI100_SERIALIZATION=1'
146148
if reco_num_nodes_override == 0:
147149
command_preopt += ' RECO_NUM_NODES_WORKFLOW=' + wf[1]
148150
if is_calib_workflow:

0 commit comments

Comments
 (0)