Skip to content

Commit 7bc4905

Browse files
committed
adjust DPL setting for analysis testing
1 parent b6958b2 commit 7bc4905

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

MC/analysis_testing/analysis_test.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,7 @@ testanalysis=$1 # o2-analysistutorial-mc-histograms o2-analysis-spectra-tof-tiny
1616
NTF=$(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}"
2120
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 ]"
2221

2322
rm workflow_ana.json

0 commit comments

Comments
 (0)