File tree Expand file tree Collapse file tree
prodtests/full-system-test Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -58,9 +58,9 @@ export O2_GPU_RTC="${O2_GPU_RTC:-1}"
5858export ENABLE_RTCCACHE_DIR=" ${ENABLE_RTCCACHE_DIR:-/ tmp/ rtc_cache} "
5959if [[ -n " ${ENABLE_RTCCACHE_DIR:- } " ]]; then
6060 mkdir -p " $ENABLE_RTCCACHE_DIR "
61- export CONFIG_EXTRA_PROCESSING_o2_gpu_reco_workflow =" ${CONFIG_EXTRA_PROCESSING_o2_gpu_reco_workflow :- } "
62- CONFIG_EXTRA_PROCESSING_o2_gpu_reco_workflow +=" GPU_proc_rtc.cacheOutput=1;GPU_proc_rtctech.cacheFolder=${ENABLE_RTCCACHE_DIR} ;"
63- export CONFIG_EXTRA_PROCESSING_o2_gpu_reco_workflow
61+ export CONFIG_EXTRA_PROCESS_o2_gpu_reco_workflow =" ${CONFIG_EXTRA_PROCESS_o2_gpu_reco_workflow :- } "
62+ CONFIG_EXTRA_PROCESS_o2_gpu_reco_workflow +=" GPU_proc_rtc.cacheOutput=1;GPU_proc_rtctech.cacheFolder=${ENABLE_RTCCACHE_DIR} ;"
63+ export CONFIG_EXTRA_PROCESS_o2_gpu_reco_workflow
6464fi
6565
6666export MULTITHREADING_CPU_PROCESSES=" ${MULTITHREADING_CPU_PROCESSES:- 1} "
You can’t perform that action at this time.
0 commit comments