Skip to content

Commit

Permalink
pp 4gpu tuning: use 2 threads for TPC time series workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
davidrohr committed Jul 20, 2024
1 parent 21fb552 commit fb25410
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions DATA/production/workflow-multiplicities.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ SOURCE_GUARD_MULTIPLICITIES=1
: ${ITSTRK_THREADS:=1}
: ${ITSTPC_THREADS:=1}

: ${TPCTIMESERIES_THREADS:=1}

: ${TOFMATCH_THREADS:=1}

: ${HIGH_RATE_PP:=0}
Expand Down Expand Up @@ -98,6 +100,7 @@ if [[ ! -z ${OPTIMIZED_PARALLEL_ASYNC:-} ]]; then
ITSTRK_THREADS=2
ITSTPC_THREADS=2
SVERTEX_THREADS=4
TPCTIMESERIES_THREADS=2
NGPUS=4
N_TPCTRK=4
N_FWDMATCH=2
Expand Down

0 comments on commit fb25410

Please sign in to comment.