Back to home page

EIC code displayed by LXR

 
 

    


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   tags:
0011     - phy
0012   needs: ["dvcs:compile"]
0013   script:
0014     #- bash benchmarks/Exclusive-Diffraction-Tagging/dvcs/dvcs.sh --all
0015     - bash benchmarks/Exclusive-Diffraction-Tagging/dvcs/dvcs.sh --data-init --sim --rec
0016 
0017 dvcs:results:
0018   stage: collect
0019   needs: ["dvcs:simulate"]
0020   script:
0021     - ls -lrth
0022       #pip install junitparser
0023       #- python dvcs/Exclusive-Diffraction-Tagging/scripts/merge_results.py