Skip to content
Snippets Groups Projects
Commit 12598234 authored by Domenico Giordano's avatar Domenico Giordano
Browse files

Merge branch 'BMK-1322' into 'qa-build-alice-digi-reco-core-run3-ma'

Fix number of events, make number of timeframes configurable

See merge request !964
parents b004d848 57264857
No related branches found
No related tags found
5 merge requests!994sync with master,!984Master,!982master,!979merge qa-build-alice-digi-reco-core-run3-ma commit 08e77450 from 7038043,!964Fix number of events, make number of timeframes configurable
...@@ -46,9 +46,9 @@ function doOne(){ ...@@ -46,9 +46,9 @@ function doOne(){
echo "ALIEN_PROC_ID is ${ALIEN_PROC_ID}" echo "ALIEN_PROC_ID is ${ALIEN_PROC_ID}"
# ----------- START ACTUAL JOB ----------------------------- # ----------- START ACTUAL JOB -----------------------------
NSIGEVENTS=$(($NEVENTS_THREAD * $NTHREADS)) NSIGEVENTS=3
NBKGEVENTS=$NSIGEVENTS NBKGEVENTS=3
NTIMEFRAMES=2 NTIMEFRAMES=$(($NEVENTS_THREAD * $NTHREADS))
SIMENGINE=TGeant4 SIMENGINE=TGeant4
NWORKERS=$NTHREADS NWORKERS=$NTHREADS
CPULIMIT=$NTHREADS CPULIMIT=$NTHREADS
......
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