Back to home page

EIC code displayed by LXR

 
 

    


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

0001 sim:femc_photon:
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   timeout: 1 hours
0015   script:
0016     - snakemake $SNAKEMAKE_FLAGS --cores 1 sim_output/femc_photon/epic_craterlake_rec_photon_${P}GeV.edm4eic.root
0017   retry:
0018     max: 2
0019     when:
0020       - runner_system_failure
0021 
0022 bench:femc_photon:
0023   extends: .det_benchmark
0024   stage: benchmarks
0025   needs: ["sim:femc_photon"]
0026   script:
0027     - snakemake $SNAKEMAKE_FLAGS --cores 1 results/epic_craterlake/femc_photon
0028 
0029 collect_results:femc_photon:
0030   extends: .det_benchmark
0031   stage: collect
0032   needs: ["bench:femc_photon"]
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_craterlake/femc_photon
0037     - mv results{_save,}/