Skip to content

Commit b8cdf49

Browse files
committed
workflow-multiplicities.sh: use two mch-data-decoder instances by default in synchronous pp and PbPb processing
1 parent fef755c commit b8cdf49

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

DATA/production/workflow-multiplicities.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)