Skip to content

Commit e7780bd

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

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
@@ -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

0 commit comments

Comments
 (0)