File tree Expand file tree Collapse file tree
DATA/production/configurations/2022 Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -322,7 +322,7 @@ if [[ -f "AO2D.root" ]]; then
322322 fi
323323 if [[ $ALIEN_JDL_RUNANALYSISQC == 1 ]]; then
324324 ${O2DPG_ROOT} /MC/analysis_testing/o2dpg_analysis_test_workflow.py -f AO2D.root
325- ${O2DPG_ROOT} /MC/bin/o2_dpg_workflow_runner.py -f workflow_analysis_test.json > analysisQC.log
325+ ${O2DPG_ROOT} /MC/bin/o2_dpg_workflow_runner.py -k - f workflow_analysis_test.json > analysisQC.log
326326 if [[ -f " Analysis/MergedAnalyses/AnalysisResults.root" ]]; then
327327 mv Analysis/MergedAnalyses/AnalysisResults.root .
328328 else
Original file line number Diff line number Diff line change @@ -285,10 +285,12 @@ if [[ -n "$ALIEN_JDL_USEGPUS" ]]; then
285285 export MULTIPLICITY_PROCESS_tpc_entropy_decoder=2
286286 export MULTIPLICITY_PROCESS_itstpc_track_matcher=3
287287 export MULTIPLICITY_PROCESS_its_tracker=2
288+ export TIMEFRAME_RATE_LIMIT=8
289+ else
290+ export TIMEFRAME_RATE_LIMIT=4
288291 fi
289292 export SHMSIZE=20000000000
290293 export SHMTHROW=0
291- export TIMEFRAME_RATE_LIMIT=8
292294 export OMP_NUM_THREADS=8
293295else
294296 # David, Oct 13th
You can’t perform that action at this time.
0 commit comments