Warning, /detector_benchmarks/benchmarks/insert_neutron/config.yml is written in an unsupported language. File is not indexed.
0001 sim:insert_neutron:
0002 extends: .det_benchmark
0003 stage: simulate
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 script:
0014 - snakemake $SNAKEMAKE_FLAGS --cores $MAX_CORES_PER_JOB sim_output/insert_neutron/epic_craterlake_rec_neutron_${P}GeV_{0,1,2,3,4}.edm4eic.root
0015 retry:
0016 max: 2
0017 when:
0018 - runner_system_failure
0019
0020 bench:insert_neutron:
0021 extends: .det_benchmark
0022 allow_failure: true # https://eicweb.phy.anl.gov/EIC/benchmarks/detector_benchmarks/-/jobs/5885546
0023 stage: benchmarks
0024 needs: ["sim:insert_neutron"]
0025 script:
0026 - snakemake $SNAKEMAKE_FLAGS --cores 1 results/epic_craterlake/insert_neutron
0027
0028 collect_results:insert_neutron:
0029 extends: .det_benchmark
0030 allow_failure: true # https://eicweb.phy.anl.gov/EIC/benchmarks/detector_benchmarks/-/jobs/5885547
0031 stage: collect
0032 needs: ["bench:insert_neutron"]
0033 when: always
0034 script:
0035 - ls -al
0036 - mv results{,_save}/ # move results directory out of the way to preserve it
0037 - snakemake $SNAKEMAKE_FLAGS --cores 1 --delete-all-output results/epic_craterlake/insert_neutron
0038 - mv results{_save,}/