Skip to content
Snippets Groups Projects
Unverified Commit 8c7d0fda authored by Dmitry Kalinkin's avatar Dmitry Kalinkin Committed by GitHub
Browse files

**/config.yml: collect_results shoud extend from .det_benchmark (#80)

parent 8de512aa
No related branches found
No related tags found
No related merge requests found
Pipeline #104405 canceled
sim:femc_electron: sim:femc_electron:
stage: simulate
extends: .det_benchmark extends: .det_benchmark
stage: simulate
parallel: parallel:
matrix: matrix:
- P: 10 - P: 10
...@@ -20,13 +20,14 @@ sim:femc_electron: ...@@ -20,13 +20,14 @@ sim:femc_electron:
- runner_system_failure - runner_system_failure
bench:femc_electron: bench:femc_electron:
stage: benchmarks
extends: .det_benchmark extends: .det_benchmark
stage: benchmarks
needs: ["sim:femc_electron"] needs: ["sim:femc_electron"]
script: script:
- snakemake --cores 1 results/epic_craterlake/femc_electron - snakemake --cores 1 results/epic_craterlake/femc_electron
collect_results:femc_electron: collect_results:femc_electron:
extends: .det_benchmark
stage: collect stage: collect
needs: ["bench:femc_electron"] needs: ["bench:femc_electron"]
script: script:
......
sim:femc_photon: sim:femc_photon:
stage: simulate
extends: .det_benchmark extends: .det_benchmark
stage: simulate
parallel: parallel:
matrix: matrix:
- P: 10 - P: 10
...@@ -20,13 +20,14 @@ sim:femc_photon: ...@@ -20,13 +20,14 @@ sim:femc_photon:
- runner_system_failure - runner_system_failure
bench:femc_photon: bench:femc_photon:
stage: benchmarks
extends: .det_benchmark extends: .det_benchmark
stage: benchmarks
needs: ["sim:femc_photon"] needs: ["sim:femc_photon"]
script: script:
- snakemake --cores 1 results/epic_craterlake/femc_photon - snakemake --cores 1 results/epic_craterlake/femc_photon
collect_results:femc_photon: collect_results:femc_photon:
extends: .det_benchmark
stage: collect stage: collect
needs: ["bench:femc_photon"] needs: ["bench:femc_photon"]
script: script:
......
sim:femc_pi0: sim:femc_pi0:
stage: simulate
extends: .det_benchmark extends: .det_benchmark
stage: simulate
parallel: parallel:
matrix: matrix:
- P: 10 - P: 10
...@@ -11,7 +11,6 @@ sim:femc_pi0: ...@@ -11,7 +11,6 @@ sim:femc_pi0:
- P: 60 - P: 60
- P: 70 - P: 70
- P: 80 - P: 80
timeout: 1 hours
script: script:
- snakemake --cores 1 sim_output/femc_pi0/epic_craterlake_rec_pi0_${P}GeV.edm4eic.root - snakemake --cores 1 sim_output/femc_pi0/epic_craterlake_rec_pi0_${P}GeV.edm4eic.root
retry: retry:
...@@ -20,13 +19,14 @@ sim:femc_pi0: ...@@ -20,13 +19,14 @@ sim:femc_pi0:
- runner_system_failure - runner_system_failure
bench:femc_pi0: bench:femc_pi0:
stage: benchmarks
extends: .det_benchmark extends: .det_benchmark
stage: benchmarks
needs: ["sim:femc_pi0"] needs: ["sim:femc_pi0"]
script: script:
- snakemake --cores 1 results/epic_craterlake/femc_pi0 - snakemake --cores 1 results/epic_craterlake/femc_pi0
collect_results:femc_pi0: collect_results:femc_pi0:
extends: .det_benchmark
stage: collect stage: collect
needs: ["bench:femc_pi0"] needs: ["bench:femc_pi0"]
script: script:
......
sim:insert_muon: sim:insert_muon:
stage: simulate
extends: .det_benchmark extends: .det_benchmark
stage: simulate
parallel: parallel:
matrix: matrix:
- P: 50 - P: 50
...@@ -12,13 +12,14 @@ sim:insert_muon: ...@@ -12,13 +12,14 @@ sim:insert_muon:
- runner_system_failure - runner_system_failure
bench:insert_muon: bench:insert_muon:
stage: benchmarks
extends: .det_benchmark extends: .det_benchmark
stage: benchmarks
needs: ["sim:insert_muon"] needs: ["sim:insert_muon"]
script: script:
- snakemake --cores 1 results/epic_craterlake/insert_muon - snakemake --cores 1 results/epic_craterlake/insert_muon
collect_results:insert_muon: collect_results:insert_muon:
extends: .det_benchmark
stage: collect stage: collect
needs: ["bench:insert_muon"] needs: ["bench:insert_muon"]
script: script:
......
sim:insert_neutron: sim:insert_neutron:
stage: simulate
extends: .det_benchmark extends: .det_benchmark
stage: simulate
parallel: parallel:
matrix: matrix:
- P: 20 - P: 20
...@@ -18,13 +18,14 @@ sim:insert_neutron: ...@@ -18,13 +18,14 @@ sim:insert_neutron:
- runner_system_failure - runner_system_failure
bench:insert_neutron: bench:insert_neutron:
stage: benchmarks
extends: .det_benchmark extends: .det_benchmark
stage: benchmarks
needs: ["sim:insert_neutron"] needs: ["sim:insert_neutron"]
script: script:
- snakemake --cores 1 results/epic_craterlake/insert_neutron - snakemake --cores 1 results/epic_craterlake/insert_neutron
collect_results:insert_neutron: collect_results:insert_neutron:
extends: .det_benchmark
stage: collect stage: collect
needs: ["bench:insert_neutron"] needs: ["bench:insert_neutron"]
script: script:
......
sim:zdc_lambda: sim:zdc_lambda:
stage: simulate
extends: .det_benchmark extends: .det_benchmark
stage: simulate
parallel: parallel:
matrix: matrix:
- P: 100 - P: 100
...@@ -19,13 +19,14 @@ sim:zdc_lambda: ...@@ -19,13 +19,14 @@ sim:zdc_lambda:
- runner_system_failure - runner_system_failure
bench:zdc_lambda: bench:zdc_lambda:
stage: benchmarks
extends: .det_benchmark extends: .det_benchmark
stage: benchmarks
needs: ["sim:zdc_lambda"] needs: ["sim:zdc_lambda"]
script: script:
- snakemake --cores 1 results/epic_zdc_sipm_on_tile_only/zdc_lambda - snakemake --cores 1 results/epic_zdc_sipm_on_tile_only/zdc_lambda
collect_results:zdc_lambda: collect_results:zdc_lambda:
extends: .det_benchmark
stage: collect stage: collect
needs: ["bench:zdc_lambda"] needs: ["bench:zdc_lambda"]
script: script:
......
sim:zdc_photon: sim:zdc_photon:
stage: simulate
extends: .det_benchmark extends: .det_benchmark
stage: simulate
parallel: parallel:
matrix: matrix:
- P: 20 - P: 20
...@@ -19,14 +19,15 @@ sim:zdc_photon: ...@@ -19,14 +19,15 @@ sim:zdc_photon:
- runner_system_failure - runner_system_failure
bench:zdc_photon: bench:zdc_photon:
stage: benchmarks
extends: .det_benchmark extends: .det_benchmark
stage: benchmarks
needs: ["sim:zdc_photon"] needs: ["sim:zdc_photon"]
script: script:
- mkdir -p results/epic_zdc_sipm_on_tile_only - mkdir -p results/epic_zdc_sipm_on_tile_only
- python benchmarks/zdc_photon/analysis/zdc_photon_plots.py results/epic_zdc_sipm_on_tile_only/zdc_photon - python benchmarks/zdc_photon/analysis/zdc_photon_plots.py results/epic_zdc_sipm_on_tile_only/zdc_photon
collect_results:zdc_photon: collect_results:zdc_photon:
extends: .det_benchmark
stage: collect stage: collect
extends: .det_benchmark extends: .det_benchmark
needs: ["bench:zdc_photon"] needs: ["bench:zdc_photon"]
......
sim:zdc_pi0: sim:zdc_pi0:
stage: simulate
extends: .det_benchmark extends: .det_benchmark
stage: simulate
parallel: parallel:
matrix: matrix:
- P: 60 - P: 60
...@@ -16,17 +16,16 @@ sim:zdc_pi0: ...@@ -16,17 +16,16 @@ sim:zdc_pi0:
- runner_system_failure - runner_system_failure
bench:zdc_pi0: bench:zdc_pi0:
stage: benchmarks
extends: .det_benchmark extends: .det_benchmark
stage: benchmarks
needs: ["sim:zdc_pi0"] needs: ["sim:zdc_pi0"]
script: script:
- mkdir -p results/epic_zdc_sipm_on_tile_only - mkdir -p results/epic_zdc_sipm_on_tile_only
- python benchmarks/zdc_pi0/analysis/zdc_pi0_plots.py results/epic_zdc_sipm_on_tile_only/zdc_pi0 - python benchmarks/zdc_pi0/analysis/zdc_pi0_plots.py results/epic_zdc_sipm_on_tile_only/zdc_pi0
collect_results:zdc_pi0: collect_results:zdc_pi0:
stage: collect
extends: .det_benchmark extends: .det_benchmark
stage: collect
needs: ["bench:zdc_pi0"] needs: ["bench:zdc_pi0"]
script: script:
- ls -al - ls -al
sim:zdc_sigma: sim:zdc_sigma:
stage: simulate
extends: .det_benchmark extends: .det_benchmark
stage: simulate
parallel: parallel:
matrix: matrix:
- P: 100 - P: 100
...@@ -19,13 +19,14 @@ sim:zdc_sigma: ...@@ -19,13 +19,14 @@ sim:zdc_sigma:
- runner_system_failure - runner_system_failure
bench:zdc_sigma: bench:zdc_sigma:
stage: benchmarks
extends: .det_benchmark extends: .det_benchmark
stage: benchmarks
needs: ["sim:zdc_sigma"] needs: ["sim:zdc_sigma"]
script: script:
- snakemake --cores 1 results/epic_zdc_sipm_on_tile_only/zdc_sigma - snakemake --cores 1 results/epic_zdc_sipm_on_tile_only/zdc_sigma
collect_results:zdc_sigma: collect_results:zdc_sigma:
extends: .det_benchmark
stage: collect stage: collect
needs: ["bench:zdc_sigma"] needs: ["bench:zdc_sigma"]
script: script:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment