Skip to content

Commit 88b173b

Browse files
committed
Use 2 threads by default in ITS tracker and ITS-TPC matcher in async mode
1 parent 6a405ab commit 88b173b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

DATA/production/workflow-multiplicities.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,13 @@ SOURCE_GUARD_MULTIPLICITIES=1
1313

1414
: ${SVERTEX_THREADS:=2}
1515

16+
if [[ $SYNCMODE == 1 ]]; then
1617
: ${ITSTRK_THREADS:=1}
1718
: ${ITSTPC_THREADS:=1}
19+
else
20+
: ${ITSTRK_THREADS:=2}
21+
: ${ITSTPC_THREADS:=2}
22+
fi
1823

1924
: ${TPCTIMESERIES_THREADS:=1}
2025

0 commit comments

Comments
 (0)