Skip to content
Snippets Groups Projects

Draft: Restore DVMP benchmarks

Closed Whitney Armstrong requested to merge dvmp_restore into master
2 files
+ 3
5
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -5,11 +5,10 @@ dvmp:generate:
stage: generate
timeout: 1 hours
script:
- run_many.py ./benchmarks/dvmp/gen.sh
- ./benchmarks/dvmp/gen.sh
-c jpsi_barrel
-e 10x100
--decay muon --decay electron
--nproc 5
dvmp:process:
stage: process
@@ -20,12 +19,11 @@ dvmp:process:
- ls -lrth
- compile_analyses.py dvmp
- ls -lrth
- run_many.py ./benchmarks/dvmp/dvmp.sh
- ./benchmarks/dvmp/dvmp.sh
-c jpsi_barrel
-e 10x100
--decay muon --decay electron
--leading jpsi
--nproc 5
retry:
max: 2
when:
Loading