We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4dd8f09 commit a2bb660Copy full SHA for a2bb660
1 file changed
prodtests/full-system-test/aggregator-workflow.sh
@@ -308,7 +308,7 @@ nTFs=$((1000 * 128 / ${NHBPERTF}))
308
nTFs_SAC=$((10000 * 128 / ${NHBPERTF}))
309
nBuffer=$((100 * 128 / ${NHBPERTF}))
310
nBuffer_cmv=$((300 * 128 / ${NHBPERTF}))
311
-lanesCMVaggregate=${O2_TPC_IDC_FACTORIZE_NLANES:-2}
+lanesCMVaggregate=${O2_TPC_CMV_AGGREGATE_NLANES:-2}
312
IDC_DELTA="--disable-IDCDelta true" # off by default
313
# deltas are on by default; you need to request explicitly to switch them off;
314
if [[ "${DISABLE_IDC_DELTA:-}" == "1" ]]; then IDC_DELTA=""; fi
0 commit comments