Skip to content

Commit a2bb660

Browse files
committed
Change Parameter name
1 parent 4dd8f09 commit a2bb660

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,7 @@ nTFs=$((1000 * 128 / ${NHBPERTF}))
308308
nTFs_SAC=$((10000 * 128 / ${NHBPERTF}))
309309
nBuffer=$((100 * 128 / ${NHBPERTF}))
310310
nBuffer_cmv=$((300 * 128 / ${NHBPERTF}))
311-
lanesCMVaggregate=${O2_TPC_IDC_FACTORIZE_NLANES:-2}
311+
lanesCMVaggregate=${O2_TPC_CMV_AGGREGATE_NLANES:-2}
312312
IDC_DELTA="--disable-IDCDelta true" # off by default
313313
# deltas are on by default; you need to request explicitly to switch them off;
314314
if [[ "${DISABLE_IDC_DELTA:-}" == "1" ]]; then IDC_DELTA=""; fi

0 commit comments

Comments
 (0)