Skip to content
Snippets Groups Projects
Commit 1b6013a0 authored by Whitney Armstrong's avatar Whitney Armstrong
Browse files

modified: config.yml

parent 5cf02d63
Branches
No related tags found
1 merge request!70Draft: Restore DVMP benchmarks
...@@ -5,11 +5,10 @@ dvmp:generate: ...@@ -5,11 +5,10 @@ dvmp:generate:
stage: generate stage: generate
timeout: 1 hours timeout: 1 hours
script: script:
- run_many.py ./benchmarks/dvmp/gen.sh - ./benchmarks/dvmp/gen.sh
-c jpsi_barrel -c jpsi_barrel
-e 10x100 -e 10x100
--decay muon --decay electron --decay muon --decay electron
--nproc 5
dvmp:process: dvmp:process:
stage: process stage: process
...@@ -20,12 +19,11 @@ dvmp:process: ...@@ -20,12 +19,11 @@ dvmp:process:
- ls -lrth - ls -lrth
- compile_analyses.py dvmp - compile_analyses.py dvmp
- ls -lrth - ls -lrth
- run_many.py ./benchmarks/dvmp/dvmp.sh - ./benchmarks/dvmp/dvmp.sh
-c jpsi_barrel -c jpsi_barrel
-e 10x100 -e 10x100
--decay muon --decay electron --decay muon --decay electron
--leading jpsi --leading jpsi
--nproc 5
retry: retry:
max: 2 max: 2
when: when:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment