File tree Expand file tree Collapse file tree 2 files changed +3
-5
lines changed
prodtests/full-system-test Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -320,6 +320,7 @@ if has_detector_calib PHS && workflow_has_parameter CALIB; then
320320fi
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 "
325326has_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 9797
9898FST_SLEEP0=0
9999FST_SLEEP1=0
100- FST_SLEEP2=45
100+ FST_SLEEP2=30
101101if [[ -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
111107fi
112108[[ ! -z $FST_TMUX_DD_WAIT ]] && FST_SLEEP2=$FST_TMUX_DD_WAIT
109+ [[ ${O2_GPU_RTC:- 0} == 1 ]] && FST_SLEEP2=60
113110
114111if workflow_has_parameter CALIB_PROXIES; then
115112 CALIB_COMMAND=" $GEN_TOPO_MYDIR /aggregator-workflow.sh"
You can’t perform that action at this time.
0 commit comments