File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -16,8 +16,8 @@ testanalysis=$1 # o2-analysistutorial-mc-histograms o2-analysis-spectra-tof-tiny
1616NTF=$( find ./ -name " tf*" -type d | wc | awk ' //{print $1}' )
1717#
1818
19- commonDPL=" -b --run --driver-client-backend ws:// --aod-memory-rate-limit 1000000000 --fairmq-ipc-prefix ${FAIRMQ_IPC_PREFIX:- ./ .tmp} "
20- annaCMD=" RC=0; if [ -f AO2D.root ]; then ${testanalysis} ${commonDPL} --aod-file AO2D.root; RC=\$ ?; fi; [ -f AnalysisResults.root ] && mv AnalysisResults.root AnalysisResults_${testanalysis} .root; [ -f QAResult.root ] && mv QAResults.root QAResults_${testanalysis} .root; [ \$ {RC} -eq 0 ]"
19+ commonDPL=" -b --run --driver-client-backend ws:// --aod-memory-rate-limit 4000000000 --fairmq-ipc-prefix ${FAIRMQ_IPC_PREFIX:- ./ .tmp} "
20+ annaCMD=" RC=0; if [ -f AO2D.root ]; then timeout 600s ${testanalysis} ${commonDPL} --aod-file AO2D.root; RC=\$ ?; fi; [ -f AnalysisResults.root ] && mv AnalysisResults.root AnalysisResults_${testanalysis} .root; [ -f QAResult.root ] && mv QAResults.root QAResults_${testanalysis} .root; [ \$ {RC} -eq 0 ]"
2121
2222rm workflow_ana.json
2323# this is to analyse the global (merged) AOD
4141done
4242
4343# run the individual AOD part
44- $O2DPG_ROOT /MC/bin/o2_dpg_workflow_runner.py -f workflow_ana.json -tt ${testanalysis} _.* $ --rerun-from ${testanalysis} _.* $
45- RC1=$?
46- echo " EXIT 1: $RC1 "
44+ # $O2DPG_ROOT/MC/bin/o2_dpg_workflow_runner.py -f workflow_ana.json -tt ${testanalysis}_.*$ --rerun-from ${testanalysis}_.*$
45+ # RC1=$?
46+ # echo "EXIT 1: $RC1"
4747
4848# run on the merged part
4949$O2DPG_ROOT /MC/bin/o2_dpg_workflow_runner.py -f workflow_ana.json -tt ${testanalysis} $ --rerun-from ${testanalysis} $
You can’t perform that action at this time.
0 commit comments