Skip to content
Snippets Groups Projects
Commit 0cd17dc6 authored by Daniel Magdalinski's avatar Daniel Magdalinski Committed by Dmitry Popov
Browse files

Change to max combiners script enabling multithreading and download of input files

parent 2cb3f95f
No related branches found
Tags v1r80
1 merge request!522Change to max combiners script enabling multithreading and download of input files
......@@ -12,11 +12,13 @@
echo "Running Moore For Max Candidates data test"
# Set configuration variables and check configuration makes sense
if [ -z "${OVERRIDE_EVTMAX}" ]; then
EVTMAX=-1
EVTMAX=60000
else
EVTMAX=${OVERRIDE_EVTMAX}
fi
time python $HLT2CONFROOT/python/Hlt2Conf/tests/run_max_candidates_job.py -n $EVTMAX --test-file-db-key=2024_hlt1_mdf_dumps_ReverseGEC12K '$HLT2CONFROOT/tests/options/hlt2_max_candidates_pp_2024.py'
MOORE_THREADS=${LBN_BUILD_JOBS:-1}
time python $HLT2CONFROOT/python/Hlt2Conf/tests/run_max_candidates_job.py -d -n $EVTMAX -t $MOORE_THREADS --test-file-db-key=2024_hlt1_mdf_dumps_ReverseGEC12K '$HLT2CONFROOT/tests/options/hlt2_max_candidates_pp_2024.py'
time python $HLT2CONFROOT/python/Hlt2Conf/tests/analyze_max_candidates.py
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment