Back to home page

EIC code displayed by LXR

 
 

    


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

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