Skip to content

Commit 79cf6df

Browse files
f3schdavidrohr
authored andcommitted
Set ITS options on gpu workflow if included
If ITS is running on GPU as part of an asynchronous pass we need to give the gpu-reco-wfx all options from its-reco-wfx. Instead of setting these individually, I think it is better to just summarily set all options.
1 parent 80c2339 commit 79cf6df

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

DATA/production/configurations/asyncReco/setenv_extra.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -565,6 +565,9 @@ fi
565565
# ad-hoc options for GPU reco workflow
566566
export CONFIG_EXTRA_PROCESS_o2_gpu_reco_workflow+=";GPU_global.dEdxDisableResidualGainMap=1;$TRACKTUNETPC;$VDRIFTPARAMOPTION;"
567567

568+
# if ITS is running on GPU we need to give the workflow most options from ITS reco
569+
has_detector_gpu ITS && export CONFIG_EXTRA_PROCESS_o2_gpu_reco_workflow+=";$CONFIG_EXTRA_PROCESS_o2_its_reco_workflow;"
570+
568571
[[ ! -z $TPCCLUSTERTIMESHIFT ]] && [[ $ALIEN_JDL_LPMPRODUCTIONTYPE != "MC" ]] && export CONFIG_EXTRA_PROCESS_o2_gpu_reco_workflow+=";GPU_rec_tpc.clustersShiftTimebins=$TPCCLUSTERTIMESHIFT;"
569572

570573
# ad-hoc settings for TOF reco

0 commit comments

Comments
 (0)