File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -16,8 +16,7 @@ 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 --fairmq-ipc-prefix ${FAIRMQ_IPC_PREFIX:-./.tmp} --driver-client-backend ws:// --rate 1000"
20- commonDPL=" -b --run --driver-client-backend ws:// --rate 1000"
19+ commonDPL=" -b --run --driver-client-backend ws:// --aod-memory-rate-limit 1000000000 --fairmq-ipc-prefix ${FAIRMQ_IPC_PREFIX:- ./ .tmp} "
2120annaCMD=" 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 ]"
2221
2322rm workflow_ana.json
You can’t perform that action at this time.
0 commit comments