Skip to content

Commit 0f647fc

Browse files
committed
dpl-workflow: Add option to use GPU RTC
1 parent 930951c commit 0f647fc

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -320,6 +320,7 @@ if has_detector_calib PHS && workflow_has_parameter CALIB; then
320320
fi
321321

322322
[[ ${O2_GPU_DOUBLE_PIPELINE:-$EPNSYNCMODE} == 1 ]] && GPU_CONFIG+=" --enableDoublePipeline"
323+
[[ ${O2_GPU_RTC:-0} == 1 ]] && GPU_CONFIG_KEY+="GPU_proc_rtc.enable=1;GPU_proc_rtc.cacheOutput=1;GPU_proc.RTCcacheFolder=/tmp/o2_gpu_rtc_cache;"
323324

324325
( workflow_has_parameter AOD || [[ -z "$DISABLE_ROOT_OUTPUT" ]] || needs_root_output o2-emcal-cell-writer-workflow ) && has_detector EMC && RAW_EMC_SUBSPEC=" --subspecification 1 "
325326
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: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -97,19 +97,16 @@ fi
9797

9898
FST_SLEEP0=0
9999
FST_SLEEP1=0
100-
FST_SLEEP2=45
100+
FST_SLEEP2=30
101101
if [[ -z $SHM_MANAGER_SHMID ]]; then
102102
rm -f /dev/shm/*fmq*
103103
if [[ `ls /dev/shm/*fmq* 2> /dev/null | wc -l` != "0" ]]; then
104104
echo "FMQ SHM files left which cannot be deleted, please clean up!"
105105
exit 1
106106
fi
107-
else
108-
FST_SLEEP0=0
109-
FST_SLEEP1=0
110-
FST_SLEEP2=30
111107
fi
112108
[[ ! -z $FST_TMUX_DD_WAIT ]] && FST_SLEEP2=$FST_TMUX_DD_WAIT
109+
[[ ${O2_GPU_RTC:-0} == 1 ]] && FST_SLEEP2=60
113110

114111
if workflow_has_parameter CALIB_PROXIES; then
115112
CALIB_COMMAND="$GEN_TOPO_MYDIR/aggregator-workflow.sh"

0 commit comments

Comments
 (0)