Skip to content

Commit

Permalink
FST: Fix running TPC at P2 online without GPUs
Browse files Browse the repository at this point in the history
  • Loading branch information
davidrohr committed Aug 15, 2024
1 parent 0cb6393 commit 6e8a014
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prodtests/full-system-test/dpl-workflow.sh
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,7 @@ if has_detector_calib PHS && workflow_has_parameter CALIB; then
PHS_CONFIG+=" --fullclu-output"
fi

[[ ${O2_GPU_DOUBLE_PIPELINE:-$EPNSYNCMODE} == 1 ]] && GPU_CONFIG+=" --enableDoublePipeline"
[[ ${O2_GPU_DOUBLE_PIPELINE:-$EPNSYNCMODE} == 1 && $GPUTYPE != "CPU" ]] && GPU_CONFIG+=" --enableDoublePipeline"
[[ ${O2_GPU_RTC:-0} == 1 ]] && GPU_CONFIG_KEY+="GPU_proc_rtc.enable=1;GPU_proc_rtc.cacheOutput=1;GPU_proc.RTCcacheFolder=/var/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 "
Expand Down

0 comments on commit 6e8a014

Please sign in to comment.