Skip to content

Commit 56699f6

Browse files
committed
TPC digitizer should not use internal multi-threading
We are already doing parallelism through multiple lanes.
1 parent 7f7a341 commit 56699f6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

MC/bin/o2dpg_sim_workflow.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1123,6 +1123,7 @@ def putConfigValues(listOfMainKeys=[], localCF = {}, globalTFConfig = True):
11231123
+ ' --onlyDet TPC --TPCuseCCDB --interactionRate ' + str(INTRATE) + ' --tpc-lanes ' + str(NWORKERS_TF) \
11241124
+ ' --incontext ' + str(CONTEXTFILE) + ' --disable-write-ini --early-forward-policy always --forceSelectedDets ' \
11251125
+ ' --tpc-distortion-type ' + str(tpcDistortionType) \
1126+
+ ' --n-threads-distortions 1 ' \
11261127
+ putConfigValues(["TPCGasParam","TPCGEMParam","TPCEleParam","TPCITCorr","TPCDetParam"],
11271128
localCF=tpcLocalCF)
11281129
TPCDigitask['cmd'] += (' --tpc-chunked-writer','')[args.no_tpc_digitchunking]

0 commit comments

Comments
 (0)