We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6958b2 commit 7bc4905Copy full SHA for 7bc4905
1 file changed
MC/analysis_testing/analysis_test.sh
@@ -16,8 +16,7 @@ testanalysis=$1 # o2-analysistutorial-mc-histograms o2-analysis-spectra-tof-tiny
16
NTF=$(find ./ -name "tf*" -type d | wc | awk '//{print $1}')
17
#
18
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"
+commonDPL="-b --run --driver-client-backend ws:// --aod-memory-rate-limit 1000000000 --fairmq-ipc-prefix ${FAIRMQ_IPC_PREFIX:-./.tmp}"
21
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 ]"
22
23
rm workflow_ana.json
0 commit comments