Warning, /physics_benchmarks/benchmarks/Exclusive-Diffraction-Tagging/dvmp/config.yml is written in an unsupported language. File is not indexed.
0001 dvmp:compile:
0002 stage: compile
0003 extends: .compile_benchmark
0004 script:
0005 - compile_analyses.py Exclusive-Diffraction-Tagging/dvmp
0006
0007 dvmp:generate:
0008 needs: ["dvmp:compile"]
0009 image: eicweb.phy.anl.gov:4567/monte_carlo/lager/lager:unstable
0010 extends: .phy_benchmark
0011 stage: generate
0012 timeout: 1 hours
0013 script:
0014 - run_many.py ./benchmarks/Exclusive-Diffraction-Tagging/dvmp/gen.sh
0015 -c jpsi_barrel
0016 -e 10x100
0017 --decay muon --decay electron
0018 --nproc 5
0019
0020 dvmp:simulate:
0021 stage: simulate
0022 extends: .phy_benchmark
0023 needs: ["dvmp:generate"]
0024 timeout: 2 hour
0025 script:
0026 - ls -lrth
0027 - run_many.py ./benchmarks/Exclusive-Diffraction-Tagging/dvmp/dvmp.sh
0028 -c jpsi_barrel
0029 -e 10x100
0030 --decay muon --decay electron
0031 --leading jpsi
0032 --nproc 5
0033 retry:
0034 max: 2
0035 when:
0036 - runner_system_failure
0037
0038 dvmp:results:
0039 stage: collect
0040 needs: ["dvmp:simulate"]
0041 script:
0042 - collect_tests.py dvmp