Skip to content

Commit 58c8f4f

Browse files
committed
aggregator-workflow.sh: update CMV workflow default parameters
1 parent e248b45 commit 58c8f4f

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -319,9 +319,9 @@ nTFs=$((1000 * 128 / ${NHBPERTF}))
319319
nTFs_SAC=$((10000 * 128 / ${NHBPERTF}))
320320
nBuffer=$((100 * 128 / ${NHBPERTF}))
321321
nBuffer_cmv=$((50 * 128 / ${NHBPERTF}))
322-
lanesCMVaggregate=${O2_TPC_CMV_AGGREGATE_NLANES:-8}
322+
lanesCMVaggregate=${O2_TPC_CMV_AGGREGATE_NLANES:-4}
323323
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}
324-
cmvTimeframes=${O2_TPC_CMV_TIMEFRAMES:-2000}
324+
cmvTimeframes=${O2_TPC_CMV_TIMEFRAMES:-4000}
325325
IDC_DELTA="--disable-IDCDelta true" # off by default
326326
# deltas are on by default; you need to request explicitly to switch them off;
327327
if [[ "${DISABLE_IDC_DELTA:-}" == "1" ]]; then IDC_DELTA=""; fi
@@ -344,7 +344,7 @@ if ! workflow_has_parameter CALIB_LOCAL_INTEGRATED_AGGREGATOR; then
344344
elif [[ $AGGREGATOR_TASKS == TPC_CMV || $AGGREGATOR_TASKS == ALL ]]; then
345345
if [[ $CALIB_TPC_CMV == 1 ]]; then
346346
add_W o2-tpc-cmv-distribute "--crus ${crus} --lanes 1 --output-lanes ${lanesCMVaggregate} --n-TFs-buffer ${nBuffer_cmv} --timeframes ${cmvTimeframes} --send-precise-timestamp "
347-
add_W o2-tpc-cmv-aggregate "--crus ${crus} --input-lanes ${lanesCMVaggregate} --n-TFs-buffer ${nBuffer_cmv} --nthreads-compression 4 --timeframes ${cmvTimeframes} --use-precise-timestamp ${cmvCompression} --output-dir $CALIB_DIR --meta-output-dir $EPN2EOS_METAFILES_DIR "
347+
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 "
348348
CCDB_POPULATOR_UPLOAD_PATH=none
349349
fi
350350
fi

0 commit comments

Comments
 (0)