We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fef755c commit b8cdf49Copy full SHA for b8cdf49
1 file changed
DATA/production/workflow-multiplicities.sh
@@ -192,6 +192,7 @@ elif [[ $EPNPIPELINES != 0 ]]; then
192
if [[ "${GEN_TOPO_AUTOSCALE_PROCESSES:-}" == "1" && $RUNTYPE == "PHYSICS" ]]; then
193
N_MCHCL=$(math_max $((6 * 100 / $RECO_NUM_NODES_WORKFLOW_CMP)) 1)
194
fi
195
+ N_MCHRAWDEC=2
196
if [[ "$HIGH_RATE_PP" == "1" ]]; then
197
N_TPCITS=$(math_max $((5 * $EPNPIPELINES * $NGPUS / 4)) 1)
198
N_TPCENT=$(math_max $((4 * $EPNPIPELINES * $NGPUS / 4)) 1)
@@ -208,6 +209,7 @@ elif [[ $EPNPIPELINES != 0 ]]; then
208
209
else
210
if [[ $BEAMTYPE == "PbPb" ]]; then
211
N_ITSTRK=$(math_max $((2 * $EPNPIPELINES * $NGPUS / 4)) 1)
212
213
elif [[ $BEAMTYPE == "cosmic" ]]; then
214
N_ITSTRK=$(math_max $((4 * $EPNPIPELINES * $NGPUS / 4)) 1)
215
0 commit comments