There was an error while loading. Please reload this page.
1 parent a84abb6 commit d5ecf99Copy full SHA for d5ecf99
1 file changed
prodtests/full-system-test/dpl-workflow.sh
@@ -223,7 +223,7 @@ elif [[ $EPNPIPELINES != 0 ]]; then
223
N_TPCENT=$(math_max $((3 * $EPNPIPELINES * $NGPUS / 4)) 1)
224
N_TPCITS=$(math_max $((3 * $EPNPIPELINES * $NGPUS / 4)) 1)
225
if [[ $BEAMTYPE == "pp" ]]; then
226
- N_ITSTRK=$(math_max $((4 * $EPNPIPELINES * $NGPUS / 4)) 1)
+ N_ITSTRK=$(math_max $((6 * $EPNPIPELINES * $NGPUS / 4)) 1)
227
else
228
N_ITSTRK=$(math_max $((2 * $EPNPIPELINES * $NGPUS / 4)) 1)
229
fi
0 commit comments