Back to home page

EIC code displayed by LXR

 
 

    


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

0001 sim:insert_neutron:
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: 70
0012       - P: 80
0013   timeout: 1 hours
0014   script:
0015     - snakemake --cores 1 sim_output/insert_neutron/epic_craterlake_rec_neutron_${P}GeV.edm4eic.root
0016   retry:
0017     max: 2
0018     when:
0019       - runner_system_failure
0020 
0021 bench:insert_neutron:
0022   stage: benchmarks
0023   extends: .det_benchmark
0024   needs: ["sim:insert_neutron"]
0025   script:
0026     - snakemake --cores 1 results/epic_craterlake/insert_neutron
0027 
0028 collect_results:insert_neutron:
0029   stage: collect
0030   needs: ["bench:insert_neutron"]
0031   script:
0032     - ls -al
0033     - mv results{,_save}/ # move results directory out of the way to preserve it
0034     - snakemake --cores 1 --delete-all-output results/epic_craterlake/insert_neutron
0035     - mv results{_save,}/