Warning, /physics_benchmarks/benchmarks/Exclusive-Diffraction-Tagging/dvcs/config.yml is written in an unsupported language. File is not indexed.
0001 dvcs:compile:
0002 stage: compile
0003 extends: .compile_benchmark
0004 script:
0005 - compile_analyses.py Exclusive-Diffraction-Tagging/dvcs
0006
0007 dvcs:simulate:
0008 stage: simulate
0009 extends: .phy_benchmark
0010 needs: ["dvcs:compile"]
0011 script:
0012 #- bash benchmarks/Exclusive-Diffraction-Tagging/dvcs/dvcs.sh --all
0013 - bash benchmarks/Exclusive-Diffraction-Tagging/dvcs/dvcs.sh --data-init --sim --rec
0014
0015 dvcs:results:
0016 stage: collect
0017 needs: ["dvcs:simulate"]
0018 script:
0019 - ls -lrth
0020 #pip install junitparser
0021 #- python dvcs/Exclusive-Diffraction-Tagging/scripts/merge_results.py