File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -192,6 +192,7 @@ elif [[ $EPNPIPELINES != 0 ]]; then
192192 if [[ " ${GEN_TOPO_AUTOSCALE_PROCESSES:- } " == " 1" && $RUNTYPE == " PHYSICS" ]]; then
193193 N_MCHCL=$( math_max $(( 6 * 100 / $RECO_NUM_NODES_WORKFLOW_CMP )) 1)
194194 fi
195+ N_MCHRAWDEC=2
195196 if [[ " $HIGH_RATE_PP " == " 1" ]]; then
196197 N_TPCITS=$( math_max $(( 5 * $EPNPIPELINES * $NGPUS / 4 )) 1)
197198 N_TPCENT=$( math_max $(( 4 * $EPNPIPELINES * $NGPUS / 4 )) 1)
@@ -208,6 +209,7 @@ elif [[ $EPNPIPELINES != 0 ]]; then
208209 else
209210 if [[ $BEAMTYPE == " PbPb" ]]; then
210211 N_ITSTRK=$( math_max $(( 2 * $EPNPIPELINES * $NGPUS / 4 )) 1)
212+ N_MCHRAWDEC=2
211213 elif [[ $BEAMTYPE == " cosmic" ]]; then
212214 N_ITSTRK=$( math_max $(( 4 * $EPNPIPELINES * $NGPUS / 4 )) 1)
213215 fi
You can’t perform that action at this time.
0 commit comments