File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
prodtests/full-system-test Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -363,7 +363,7 @@ if [[ ${O2_GPU_RTC:-$EPNSYNCMODE} == 1 ]] && [[ ( ${ALICE_O2_FST:-0} == 1 && ${F
363363 [[ ${EPN_NODE_MI100:- 0} == 1 ]] && GPU_CONFIG_KEY+=" GPU_proc_rtctech.overrideArchitecture=--offload-arch=gfx908;"
364364fi
365365
366- ( workflow_has_parameter AOD || [[ -z " $DISABLE_ROOT_OUTPUT " ]] || needs_root_output o2-emcal-cell-writer-workflow ) && has_detector EMC && RAW_EMC_SUBSPEC=" --subspecification 1 "
366+ ( workflow_has_parameter AOD || [[ -z " $DISABLE_ROOT_OUTPUT " ]] || needs_root_output o2-emcal-cell-writer-workflow ) && has_detector EMC && RAW_EMC_SUBSPEC=" --subspecificationOut 1 "
367367has_detector_reco MID && has_detector_matching MCHMID && MFTMCHConf=" FwdMatching.useMIDMatch=true;" || MFTMCHConf=" FwdMatching.useMIDMatch=false;"
368368[[ -n ${MFTMCH_NCANDIDATES_OPT:- } ]] && MFTMCHConf+=" ${MFTMCH_NCANDIDATES_OPT} "
369369
@@ -568,7 +568,7 @@ if [[ $CTFINPUT == 0 && $DIGITINPUT == 0 ]]; then
568568 has_detector CTP && ! has_detector_from_global_reader CTP && add_W o2-ctp-reco-workflow " $DISABLE_ROOT_OUTPUT $CTP_CONFIG --ntf-to-average 1 --pipeline $( get_N ctp-raw-decoder CTP RAW 1) "
569569 has_detector PHS && ! has_detector_from_global_reader PHS && ! has_detector_flp_processing PHS && add_W o2-phos-reco-workflow " --input-type raw --output-type cells $DISABLE_DIGIT_ROOT_INPUT $DISABLE_ROOT_OUTPUT --pipeline $( get_N PHOSRawToCellConverterSpec PHS REST 1) $DISABLE_MC "
570570 has_detector CPV && ! has_detector_from_global_reader CPV && add_W o2-cpv-reco-workflow " --input-type $CPV_INPUT --output-type clusters $DISABLE_DIGIT_ROOT_INPUT $DISABLE_ROOT_OUTPUT --pipeline $( get_N CPVRawToDigitConverterSpec CPV REST 1) ,$( get_N CPVClusterizerSpec CPV REST 1) $DISABLE_MC "
571- has_detector EMC && ! has_detector_from_global_reader EMC && ! has_detector_flp_processing EMC && add_W o2-emcal-reco-workflow " --input-type raw --output-type cells ${RAW_EMC_SUBSPEC:- } $EMCRAW2C_CONFIG $DISABLE_ROOT_OUTPUT $DISABLE_MC --pipeline $( get_N EMCALRawToCellConverterSpec EMC REST 1 EMCREC) "
571+ has_detector EMC && ! has_detector_from_global_reader EMC && ! has_detector_flp_processing EMC && add_W o2-emcal-reco-workflow " --input-type raw --output-type cells ${RAW_EMC_SUBSPEC:- } $EMCRAW2C_CONFIG --disable-root-output $DISABLE_MC --pipeline $( get_N EMCALRawToCellConverterSpec EMC REST 1 EMCREC) "
572572fi
573573
574574has_detector_gpu ITS && GPU_INPUT+=" ,its-clusters"
You can’t perform that action at this time.
0 commit comments