Warning, /detector_benchmarks/benchmarks/nhcal_pion_rejection/config.yml is written in an unsupported language. File is not indexed.
0001 sim:nhcal_pion_rejection:
0002 extends: .det_benchmark
0003 stage: simulate
0004 parallel:
0005 matrix:
0006 - INDEX_RANGE: ["0 1", "2 3", "4 5", "6 7", "8 9"]
0007 script:
0008 - snakemake $SNAKEMAKE_FLAGS --retries 1 --cores $MAX_CORES_PER_JOB $(for INDEX in $(seq $INDEX_RANGE); do echo sim_output/nhcal_pion_rejection/sim_epic_full.${INDEX}.edm4hep.root; done)
0009 - snakemake $SNAKEMAKE_FLAGS --retries 1 --cores $MAX_CORES_PER_JOB $(for INDEX in $(seq $INDEX_RANGE); do echo sim_output/nhcal_pion_rejection/sim_epic_full.${INDEX}.eicrecon.edm4hep.root; done)
0010
0011 bench:nhcal_pion_rejection_analysis:
0012 extends: .det_benchmark
0013 stage: benchmarks
0014 needs:
0015 - "sim:nhcal_pion_rejection"
0016 script:
0017 - snakemake $SNAKEMAKE_FLAGS --cores $MAX_CORES_PER_JOB results/nhcal_pion_rejection/analysis_epic_full_10files.pdf
0018
0019 collect_results:nhcal_pion_rejection:
0020 extends: .det_benchmark
0021 stage: collect
0022 needs:
0023 - "bench:nhcal_pion_rejection_analysis"
0024 script:
0025 - ls -lrht
0026 - mv results{,_save}/
0027 - snakemake $SNAKEMAKE_FLAGS --cores 1 --delete-all-output results/nhcal_pion_rejection/analysis_epic_full_10files.pdf
0028 - mv results{_save,}/