Skip to content

Commit 08686ca

Browse files
committed
dpl-workflow: make GPU double-pipeline the default for EPN and FST
1 parent 87278da commit 08686ca

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@ if has_detector_calib PHS && workflow_has_parameter CALIB; then
290290
PHS_CONFIG+=" --fullclu-output"
291291
fi
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 "
296296
has_detector_reco MID && has_detector_matching MCHMID && MFTMCHConf="FwdMatching.useMIDMatch=true;" || MFTMCHConf="FwdMatching.useMIDMatch=false;"

prodtests/full-system-test/start_tmux.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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}"

0 commit comments

Comments
 (0)