Back to home page

EIC code displayed by LXR

 
 

    


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

0001 sim:femc_pi0:
0002   extends: .det_benchmark
0003   stage: simulate
0004   parallel:
0005     matrix:
0006       - P: 10
0007       - P: 20
0008       - P: 30
0009       - P: 40
0010       - P: 50
0011       - P: 60
0012       - P: 70
0013       - P: 80
0014   script:
0015     - snakemake $SNAKEMAKE_FLAGS --cores 1 sim_output/femc_pi0/epic_craterlake_rec_pi0_${P}GeV.edm4eic.root
0016   retry:
0017     max: 2
0018     when:
0019       - runner_system_failure
0020 
0021 bench:femc_pi0:
0022   extends: .det_benchmark
0023   stage: benchmarks
0024   allow_failure: true # snooze until https://github.com/eic/detector_benchmarks/issues/186 is resolved
0025   needs: ["sim:femc_pi0"]
0026   script:
0027     - snakemake $SNAKEMAKE_FLAGS --cores 1 results/epic_craterlake/femc_pi0
0028 
0029 collect_results:femc_pi0:
0030   extends: .det_benchmark
0031   stage: collect
0032   allow_failure: true # snooze until https://github.com/eic/detector_benchmarks/issues/186 is resolved
0033   needs: ["bench:femc_pi0"]
0034   when: always
0035   script:
0036     - ls -al
0037     - mv results{,_save}/ # move results directory out of the way to preserve it
0038     - snakemake $SNAKEMAKE_FLAGS --cores 1 --delete-all-output results/epic_craterlake/femc_pi0
0039     - mv results{_save,}/