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

Merge branch 'BMK-41' into 'qa'

Resolve BMK-41 Fixing firstEvent argument in Generate_tf.py

Closes BMK-41

See merge request hep-benchmarks/hep-workloads!247
parents 0d40a8be bb832775
No related branches found
No related tags found
No related merge requests found
......@@ -3,6 +3,6 @@ HEPWL_BMKOPTS="-e 4" # -c replaces -n as of v0.11
HEPWL_BMKDIR=atlas-gen
HEPWL_BMKDESCRIPTION="ATLAS Event Generation based on athena version 19.2.5.5"
HEPWL_DOCKERIMAGENAME=atlas-gen-bmk
HEPWL_DOCKERIMAGETAG=v1.0 # versions >= v0.11 use common bmk driver
HEPWL_DOCKERIMAGETAG=v1.1 # versions >= v0.11 use common bmk driver
HEPWL_CVMFSREPOS=atlas.cern.ch,atlas-condb.cern.ch,sft.cern.ch
HEPWL_EXTEND_SFT_SPEC=./sft_spec_custom.txt
......@@ -21,7 +21,7 @@ function doOne(){
# Configure WL copy
joboptions=$BMKDIR/auxfiles/MC15.410501.PowhegPythia8EvtGen_A14_ttbar_hdamp258p75_nonallhad.py
# Execute WL copy
Generate_tf.py --ecmEnergy="13000" --firstEvent="47060001" --jobConfig="$joboptions" \
Generate_tf.py --ecmEnergy="13000" --firstEvent="1" --jobConfig="$joboptions" \
--maxEvents="$NEVENTS_THREAD" --outputEVNTFile="EVNT.10867034._003922.pool.root.1" --outputTXTFile="TXT.10867034._003922.tar.gz.1" \
--randomSeed="9413" --runNumber="410501" > out_$1.log 2>&1
status=${?}
......
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