Skip to content

Commit c5bb702

Browse files
committed
pp 4gpu tuning: use 2 threads for TPC time series workflow
1 parent 370b6e6 commit c5bb702

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

DATA/production/workflow-multiplicities.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ SOURCE_GUARD_MULTIPLICITIES=1
1616
: ${ITSTRK_THREADS:=1}
1717
: ${ITSTPC_THREADS:=1}
1818

19+
: ${TPCTIMESERIES_THREADS:=1}
20+
1921
: ${TOFMATCH_THREADS:=1}
2022

2123
: ${HIGH_RATE_PP:=0}
@@ -98,6 +100,7 @@ if [[ ! -z ${OPTIMIZED_PARALLEL_ASYNC:-} ]]; then
98100
ITSTRK_THREADS=2
99101
ITSTPC_THREADS=2
100102
SVERTEX_THREADS=4
103+
TPCTIMESERIES_THREADS=2
101104
NGPUS=4
102105
N_TPCTRK=4
103106
N_FWDMATCH=2

0 commit comments

Comments
 (0)