We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 532a4d8 commit e7780bdCopy full SHA for e7780bd
1 file changed
DATA/production/workflow-multiplicities.sh
@@ -219,6 +219,7 @@ elif [[ $EPNPIPELINES != 0 ]]; then
219
if [[ "${GEN_TOPO_AUTOSCALE_PROCESSES:-}" == "1" && $RUNTYPE == "PHYSICS" ]]; then
220
N_MCHCL=$(math_max $((6 * 100 / $RECO_NUM_NODES_WORKFLOW_CMP)) 1)
221
fi
222
+ N_MCHRAWDEC=2
223
if [[ "$HIGH_RATE_PP" == "1" ]]; then
224
N_TPCITS=$(math_max $((5 * $EPNPIPELINES * $NGPUS / 4)) 1)
225
N_TPCENT=$(math_max $((4 * $EPNPIPELINES * $NGPUS / 4)) 1)
@@ -235,6 +236,7 @@ elif [[ $EPNPIPELINES != 0 ]]; then
235
236
else
237
if [[ $BEAMTYPE == "PbPb" ]]; then
238
N_ITSTRK=$(math_max $((2 * $EPNPIPELINES * $NGPUS / 4)) 1)
239
240
elif [[ $BEAMTYPE == "cosmic" ]]; then
241
N_ITSTRK=$(math_max $((4 * $EPNPIPELINES * $NGPUS / 4)) 1)
242
0 commit comments