File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
prodtests/full-system-test Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -290,7 +290,7 @@ if has_detector_calib PHS && workflow_has_parameter CALIB; then
290290 PHS_CONFIG+=" --fullclu-output"
291291fi
292292
293- [[ ${O2_GPU_DOUBLE_PIPELINE:- 0 } == 1 ]] && GPU_CONFIG+=" --enableDoublePipeline"
293+ [[ ${O2_GPU_DOUBLE_PIPELINE:- $EPNSYNCMODE } == 1 ]] && GPU_CONFIG+=" --enableDoublePipeline"
294294
295295( workflow_has_parameter AOD || [[ -z " $DISABLE_ROOT_OUTPUT " ]] || needs_root_output o2-emcal-cell-writer-workflow ) && has_detector EMC && RAW_EMC_SUBSPEC=" --subspecification 1 "
296296has_detector_reco MID && has_detector_matching MCHMID && MFTMCHConf=" FwdMatching.useMIDMatch=true;" || MFTMCHConf=" FwdMatching.useMIDMatch=false;"
Original file line number Diff line number Diff line change @@ -36,6 +36,7 @@ if [[ "0$FST_TMUX_NO_EPN" != "01" ]]; then
3636 [[ -z $GPUMEMSIZE ]] && export GPUMEMSIZE=$(( 24 << 30 ))
3737 [[ -z $NUMAGPUIDS ]] && export NUMAGPUIDS=1
3838 [[ -z $EPNPIPELINES ]] && export EPNPIPELINES=1
39+ [[ -z $O2_GPU_DOUBLE_PIPELINE ]] && export O2_GPU_DOUBLE_PIPELINE=1
3940 [[ -z $DPL_CONDITION_BACKEND ]] && export DPL_CONDITION_BACKEND=" http://localhost:8084"
4041 export ALL_EXTRA_CONFIG=" $ALL_EXTRA_CONFIG ;NameConf.mCCDBServer=${DPL_CONDITION_BACKEND} ;"
4142 export GEN_TOPO_QC_OVERRIDE_CCDB_SERVER=" ${DPL_CONDITION_BACKEND} "
You can’t perform that action at this time.
0 commit comments