Skip to content

Commit 7be8dd5

Browse files
committed
Use parameter for cmv-distribute lanes
1 parent 1a24064 commit 7be8dd5

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -322,6 +322,7 @@ nTFs_SAC=$((10000 * 128 / ${NHBPERTF}))
322322
nBuffer=$((100 * 128 / ${NHBPERTF}))
323323
nBuffer_cmv=$((50 * 128 / ${NHBPERTF}))
324324
lanesCMVaggregate=${O2_TPC_CMV_AGGREGATE_NLANES:-4}
325+
lanesCMVdistribute=${O2_TPC_CMV_DISTRIBUTE_NLANES:-2}
325326
cmvCompression=${O2_TPC_CMV_COMPRESSION:---use-sparse --cmv-zero-threshold 1.0 --cmv-dynamic-precision-mean 1.0 --cmv-dynamic-precision-sigma 8.0 --use-compression-huffman}
326327
cmvTimeframes=${O2_TPC_CMV_TIMEFRAMES:-4000}
327328
IDC_DELTA="--disable-IDCDelta true" # off by default
@@ -345,7 +346,7 @@ if ! workflow_has_parameter CALIB_LOCAL_INTEGRATED_AGGREGATOR; then
345346
fi
346347
elif [[ $AGGREGATOR_TASKS == TPC_CMV || $AGGREGATOR_TASKS == ALL ]]; then
347348
if [[ $CALIB_TPC_CMV == 1 ]]; then
348-
add_W o2-tpc-cmv-distribute "--crus ${crus} --lanes 1 --output-lanes ${lanesCMVaggregate} --n-TFs-buffer ${nBuffer_cmv} --timeframes ${cmvTimeframes} --send-precise-timestamp "
349+
add_W o2-tpc-cmv-distribute "--crus ${crus} --lanes ${lanesCMVdistribute} --output-lanes ${lanesCMVaggregate} --n-TFs-buffer ${nBuffer_cmv} --timeframes ${cmvTimeframes} --send-precise-timestamp "
349350
add_W o2-tpc-cmv-aggregate "--crus ${crus} --input-lanes ${lanesCMVaggregate} --n-TFs-buffer ${nBuffer_cmv} --nthreads-compression 8 --timeframes ${cmvTimeframes} --use-precise-timestamp ${cmvCompression} --output-dir $CALIB_DIR --meta-output-dir $EPN2EOS_METAFILES_DIR "
350351
CCDB_POPULATOR_UPLOAD_PATH=none
351352
fi

0 commit comments

Comments
 (0)