Skip to content

Commit ddfe6d0

Browse files
committed
Calibration aggregator-workflow.sh: Update default lanes/threads for TPC IDC calib
1 parent 4ee9785 commit ddfe6d0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

prodtests/full-system-test/aggregator-workflow.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -295,8 +295,8 @@ fi
295295

296296
# TPC IDCs and SAC
297297
crus="0-359" # to be used with $AGGREGATOR_TASKS == TPC_IDCBOTH_SAC or ALL
298-
lanesFactorize=${O2_TPC_IDC_FACTORIZE_NLANES:-10}
299-
threadFactorize=${O2_TPC_IDC_FACTORIZE_NTHREADS:-8}
298+
lanesFactorize=${O2_TPC_IDC_FACTORIZE_NLANES:-12}
299+
threadFactorize=${O2_TPC_IDC_FACTORIZE_NTHREADS:-16}
300300
nTFs=$((1000 * 128 / ${NHBPERTF}))
301301
nTFs_SAC=$((1000 * 128 / ${NHBPERTF}))
302302
nBuffer=$((100 * 128 / ${NHBPERTF}))

0 commit comments

Comments
 (0)