File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
prodtests/full-system-test Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -333,11 +333,11 @@ if has_detector_calib PHS && workflow_has_parameter CALIB; then
333333fi
334334
335335[[ ${O2_GPU_DOUBLE_PIPELINE:- $EPNSYNCMODE } == 1 && $GPUTYPE != " CPU" ]] && GPU_CONFIG+=" --enableDoublePipeline"
336- [[ ${O2_GPU_RTC:- $EPNSYNCMODE } == 1 ]] && GPU_CONFIG_KEY+=" GPU_proc_rtc.enable=1;GPU_proc_rtc.cacheOutput=1;GPU_proc.RTCTECH .prependCommand=/usr/bin/env TMPDIR=/tmp /usr/bin/taskset -c 0-191;"
337- [[ ${O2_GPU_RTC:- $EPNSYNCMODE } == 1 && $EPNSYNCMODE == 1 ]] && GPU_CONFIG_KEY+=" GPU_proc.RTCTECH .cacheFolder=/var/tmp/o2_gpu_rtc_cache;"
336+ [[ ${O2_GPU_RTC:- $EPNSYNCMODE } == 1 ]] && GPU_CONFIG_KEY+=" GPU_proc_rtc.enable=1;GPU_proc_rtc.cacheOutput=1;GPU_proc_rtctech .prependCommand=/usr/bin/env TMPDIR=/tmp /usr/bin/taskset -c 0-191;"
337+ [[ ${O2_GPU_RTC:- $EPNSYNCMODE } == 1 && $EPNSYNCMODE == 1 ]] && GPU_CONFIG_KEY+=" GPU_proc_rtctech .cacheFolder=/var/tmp/o2_gpu_rtc_cache;"
338338if [[ ${O2_GPU_RTC:- $EPNSYNCMODE } == 1 ]] && [[ ( ${ALICE_O2_FST:- 0} == 1 && ${FST_TMUX_NO_EPN:- 0} == 0 ) || $EPNSYNCMODE == 1 ]]; then
339- [[ ${EPN_NODE_MI100:- 0} == 0 ]] && GPU_CONFIG_KEY+=" GPU_proc.RTCTECH .overrideArchitecture=--offload-arch=gfx906;"
340- [[ ${EPN_NODE_MI100:- 0} == 1 ]] && GPU_CONFIG_KEY+=" GPU_proc.RTCTECH .overrideArchitecture=--offload-arch=gfx908;"
339+ [[ ${EPN_NODE_MI100:- 0} == 0 ]] && GPU_CONFIG_KEY+=" GPU_proc_rtctech .overrideArchitecture=--offload-arch=gfx906;"
340+ [[ ${EPN_NODE_MI100:- 0} == 1 ]] && GPU_CONFIG_KEY+=" GPU_proc_rtctech .overrideArchitecture=--offload-arch=gfx908;"
341341fi
342342
343343( workflow_has_parameter AOD || [[ -z " $DISABLE_ROOT_OUTPUT " ]] || needs_root_output o2-emcal-cell-writer-workflow ) && has_detector EMC && RAW_EMC_SUBSPEC=" --subspecification 1 "
You can’t perform that action at this time.
0 commit comments