Skip to content

Commit

Permalink
dpl-workflow: Add option to use GPU RTC
Browse files Browse the repository at this point in the history
  • Loading branch information
davidrohr committed Apr 22, 2024
1 parent e3bea38 commit f0d24c0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions prodtests/full-system-test/dpl-workflow.sh
Original file line number Diff line number Diff line change
Expand Up @@ -320,6 +320,7 @@ if has_detector_calib PHS && workflow_has_parameter CALIB; then
fi

[[ ${O2_GPU_DOUBLE_PIPELINE:-$EPNSYNCMODE} == 1 ]] && GPU_CONFIG+=" --enableDoublePipeline"
[[ ${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;"

( workflow_has_parameter AOD || [[ -z "$DISABLE_ROOT_OUTPUT" ]] || needs_root_output o2-emcal-cell-writer-workflow ) && has_detector EMC && RAW_EMC_SUBSPEC=" --subspecification 1 "
has_detector_reco MID && has_detector_matching MCHMID && MFTMCHConf="FwdMatching.useMIDMatch=true;" || MFTMCHConf="FwdMatching.useMIDMatch=false;"
Expand Down

0 comments on commit f0d24c0

Please sign in to comment.