Warning, /detector_benchmarks/benchmarks/zdc_sigma/config.yml is written in an unsupported language. File is not indexed.
0001 sim:zdc_sigma:
0002 extends: .det_benchmark
0003 stage: simulate
0004 parallel:
0005 matrix:
0006 - P: 100
0007 - P: 125
0008 - P: 150
0009 - P: 175
0010 - P: 200
0011 - P: 225
0012 - P: 250
0013 - P: 275
0014 script:
0015 - snakemake $SNAKEMAKE_FLAGS --cores 5 sim_output/zdc_sigma/epic_zdc_sipm_on_tile_only_rec_sigma_dec_${P}GeV_{0,1,2,3,4}.edm4eic.root
0016 retry:
0017 max: 2
0018 when:
0019 - runner_system_failure
0020
0021 bench:zdc_sigma:
0022 extends: .det_benchmark
0023 stage: benchmarks
0024 needs: ["sim:zdc_sigma"]
0025 script:
0026 - snakemake $SNAKEMAKE_FLAGS --cores 1 results/epic_zdc_sipm_on_tile_only/zdc_sigma
0027
0028 collect_results:zdc_sigma:
0029 extends: .det_benchmark
0030 stage: collect
0031 needs: ["bench:zdc_sigma"]
0032 when: always
0033 script:
0034 - ls -al
0035 - mv results{,_save}/ # move results directory out of the way to preserve it
0036 - snakemake $SNAKEMAKE_FLAGS --cores 1 --delete-all-output results/epic_zdc_sipm_on_tile_only/zdc_sigma
0037 - mv results{_save,}/