Skip to content

Commit d2d6447

Browse files
committed
Add more multiplicity settings for high rate pp
1 parent a39fba3 commit d2d6447

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

DATA/production/workflow-multiplicities.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,8 @@ elif [[ $EPNPIPELINES != 0 ]]; then
5757
if [[ "0$HIGH_RATE_PP" == "01" ]]; then
5858
N_TPCITS=$(math_max $((5 * $EPNPIPELINES * $NGPUS / 4)) 1)
5959
N_TPCENT=$(math_max $((4 * $EPNPIPELINES * $NGPUS / 4)) 1)
60+
N_TOFMATCH=$(math_max $((2 * $EPNPIPELINES * $NGPUS / 4)) 1)
61+
N_TRDTRKTRANS=$(math_max $((4 * $EPNPIPELINES * $NGPUS / 4)) 1)
6062
else
6163
N_TPCITS=$(math_max $((3 * $EPNPIPELINES * $NGPUS / 4)) 1)
6264
N_TPCENT=$(math_max $((3 * $EPNPIPELINES * $NGPUS / 4)) 1)

0 commit comments

Comments
 (0)