We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b196ea commit ed738adCopy full SHA for ed738ad
DATA/tools/parse
@@ -141,6 +141,8 @@ for line in f:
141
command_preopt += ' SHMSIZE=' + (str(int(int(os.environ['RECOSHMSIZE']) * 3 / 2)) if mi100node else os.environ['RECOSHMSIZE'])
142
if mi100node:
143
command_preopt += ' EPN_NODE_MI100=1 EPN_GLOBAL_SCALING="3/2"'
144
+ if os.getenv('DISABLE_MI100_SERIALIZATION', '0') == '1':
145
+ command_preopt += ' DISABLE_MI100_SERIALIZATION=1'
146
if reco_num_nodes_override == 0:
147
command_preopt += ' RECO_NUM_NODES_WORKFLOW=' + wf[1]
148
if is_calib_workflow:
0 commit comments