Back to home page

EIC code displayed by LXR

 
 

    


Warning, /detector_benchmarks/benchmarks/zdc_pi0/config.yml is written in an unsupported language. File is not indexed.

0001 sim:zdc_pi0:
0002   extends: .det_benchmark
0003   stage: simulate
0004   parallel:
0005     matrix:
0006       - P: 60
0007       - P: 80
0008       - P: 100
0009       - P: 130
0010       - P: 160
0011   script:
0012     - snakemake $SNAKEMAKE_FLAGS --cores $MAX_CORES_PER_JOB sim_output/zdc_pi0/epic_zdc_sipm_on_tile_only_rec_zdc_pi0_${P}GeV_{0,1,2,3,4}.edm4eic.root
0013   retry:
0014     max: 2
0015     when:
0016       - runner_system_failure
0017 
0018 bench:zdc_pi0:
0019   extends: .det_benchmark
0020   stage: benchmarks
0021   needs: ["sim:zdc_pi0"]
0022   script:
0023     - snakemake $SNAKEMAKE_FLAGS --cores 1 results/epic_zdc_sipm_on_tile_only/zdc_pi0
0024 
0025 collect_results:zdc_pi0:
0026   extends: .det_benchmark
0027   stage: collect
0028   needs: ["bench:zdc_pi0"]
0029   when: always
0030   script:
0031     - ls -al
0032     - mv results{,_save}/ # move results directory out of the way to preserve it
0033     - snakemake $SNAKEMAKE_FLAGS --cores 1 --delete-all-output results/epic_zdc_sipm_on_tile_only/zdc_pi0
0034     - mv results{_save,}/