We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d890d41 commit 28ee7bfCopy full SHA for 28ee7bf
prodtests/full-system-test/dpl-workflow.sh
@@ -332,7 +332,9 @@ done
332
! has_detector CTP && [[ ${CTPLUMY_DISABLED:-} != 1 ]] && TPC_CORR_OPT+=" --disable-ctp-lumi-request"
333
}
334
335
-parse_TPC_CORR_SCALING $TPC_CORR_SCALING
+if has_detector TPC; then
336
+ parse_TPC_CORR_SCALING $TPC_CORR_SCALING
337
+fi
338
339
if [[ $GPUTYPE != "CPU" && $(ulimit -e) -ge 25 && ${O2_GPU_WORKFLOW_NICE:-} == 1 ]]; then
340
GPU_CONFIG_SELF+=" --child-driver 'nice -n -5'"
0 commit comments