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 @@ -219,6 +219,7 @@ elif [[ $EPNPIPELINES != 0 ]]; then
219219 if [[ " ${GEN_TOPO_AUTOSCALE_PROCESSES:- } " == " 1" && $RUNTYPE == " PHYSICS" ]]; then
220220 N_MCHCL=$( math_max $(( 6 * 100 / $RECO_NUM_NODES_WORKFLOW_CMP )) 1)
221221 fi
222+ N_MCHRAWDEC=2
222223 if [[ " $HIGH_RATE_PP " == " 1" ]]; then
223224 N_TPCITS=$( math_max $(( 5 * $EPNPIPELINES * $NGPUS / 4 )) 1)
224225 N_TPCENT=$( math_max $(( 4 * $EPNPIPELINES * $NGPUS / 4 )) 1)
@@ -235,6 +236,7 @@ elif [[ $EPNPIPELINES != 0 ]]; then
235236 else
236237 if [[ $BEAMTYPE == " PbPb" ]]; then
237238 N_ITSTRK=$( math_max $(( 2 * $EPNPIPELINES * $NGPUS / 4 )) 1)
239+ N_MCHRAWDEC=2
238240 elif [[ $BEAMTYPE == " cosmic" ]]; then
239241 N_ITSTRK=$( math_max $(( 4 * $EPNPIPELINES * $NGPUS / 4 )) 1)
240242 fi
You can’t perform that action at this time.
0 commit comments