File tree Expand file tree Collapse file tree
prodtests/full-system-test Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -319,9 +319,9 @@ nTFs=$((1000 * 128 / ${NHBPERTF}))
319319nTFs_SAC=$(( 10000 * 128 / ${NHBPERTF} ))
320320nBuffer=$(( 100 * 128 / ${NHBPERTF} ))
321321nBuffer_cmv=$(( 50 * 128 / ${NHBPERTF} ))
322- lanesCMVaggregate=${O2_TPC_CMV_AGGREGATE_NLANES:- 8 }
322+ lanesCMVaggregate=${O2_TPC_CMV_AGGREGATE_NLANES:- 4 }
323323cmvCompression=${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 }
325325IDC_DELTA=" --disable-IDCDelta true" # off by default
326326# deltas are on by default; you need to request explicitly to switch them off;
327327if [[ " ${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
You can’t perform that action at this time.
0 commit comments