Back to home page

EIC code displayed by LXR

 
 

    


Warning, /physics_benchmarks/benchmarks/Exclusive-Diffraction-Tagging/demp/config.yml is written in an unsupported language. File is not indexed.

0001 demp:compile:
0002   stage: compile
0003   extends: .compile_benchmark
0004   script:
0005     - snakemake --cores 1 demp_compile
0006 
0007 demp:simulate:
0008   stage: simulate
0009   extends: .phy_benchmark
0010   timeout: 2 hours
0011   script:
0012     - snakemake --cache --cores 5 demp_run_locally
0013   retry:
0014     max: 2
0015     when:
0016       - runner_system_failure
0017 
0018 demp:results:
0019   stage: collect
0020   needs: ["demp:simulate"]
0021   script:
0022     - collect_tests.py Exclusive-Diffraction-Tagging/demp