Skip to content

Commit

Permalink
**/config.yml: collect_results shoud extend from .det_benchmark (#80)
Browse files Browse the repository at this point in the history
  • Loading branch information
veprbl authored Oct 9, 2024
1 parent 8de512a commit 8c7d0fd
Show file tree
Hide file tree
Showing 9 changed files with 27 additions and 21 deletions.
5 changes: 3 additions & 2 deletions benchmarks/femc_electron/config.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
sim:femc_electron:
stage: simulate
extends: .det_benchmark
stage: simulate
parallel:
matrix:
- P: 10
Expand All @@ -20,13 +20,14 @@ sim:femc_electron:
- runner_system_failure

bench:femc_electron:
stage: benchmarks
extends: .det_benchmark
stage: benchmarks
needs: ["sim:femc_electron"]
script:
- snakemake --cores 1 results/epic_craterlake/femc_electron

collect_results:femc_electron:
extends: .det_benchmark
stage: collect
needs: ["bench:femc_electron"]
script:
Expand Down
5 changes: 3 additions & 2 deletions benchmarks/femc_photon/config.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
sim:femc_photon:
stage: simulate
extends: .det_benchmark
stage: simulate
parallel:
matrix:
- P: 10
Expand All @@ -20,13 +20,14 @@ sim:femc_photon:
- runner_system_failure

bench:femc_photon:
stage: benchmarks
extends: .det_benchmark
stage: benchmarks
needs: ["sim:femc_photon"]
script:
- snakemake --cores 1 results/epic_craterlake/femc_photon

collect_results:femc_photon:
extends: .det_benchmark
stage: collect
needs: ["bench:femc_photon"]
script:
Expand Down
6 changes: 3 additions & 3 deletions benchmarks/femc_pi0/config.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
sim:femc_pi0:
stage: simulate
extends: .det_benchmark
stage: simulate
parallel:
matrix:
- P: 10
Expand All @@ -11,7 +11,6 @@ sim:femc_pi0:
- P: 60
- P: 70
- P: 80
timeout: 1 hours
script:
- snakemake --cores 1 sim_output/femc_pi0/epic_craterlake_rec_pi0_${P}GeV.edm4eic.root
retry:
Expand All @@ -20,13 +19,14 @@ sim:femc_pi0:
- runner_system_failure

bench:femc_pi0:
stage: benchmarks
extends: .det_benchmark
stage: benchmarks
needs: ["sim:femc_pi0"]
script:
- snakemake --cores 1 results/epic_craterlake/femc_pi0

collect_results:femc_pi0:
extends: .det_benchmark
stage: collect
needs: ["bench:femc_pi0"]
script:
Expand Down
5 changes: 3 additions & 2 deletions benchmarks/insert_muon/config.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
sim:insert_muon:
stage: simulate
extends: .det_benchmark
stage: simulate
parallel:
matrix:
- P: 50
Expand All @@ -12,13 +12,14 @@ sim:insert_muon:
- runner_system_failure

bench:insert_muon:
stage: benchmarks
extends: .det_benchmark
stage: benchmarks
needs: ["sim:insert_muon"]
script:
- snakemake --cores 1 results/epic_craterlake/insert_muon

collect_results:insert_muon:
extends: .det_benchmark
stage: collect
needs: ["bench:insert_muon"]
script:
Expand Down
5 changes: 3 additions & 2 deletions benchmarks/insert_neutron/config.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
sim:insert_neutron:
stage: simulate
extends: .det_benchmark
stage: simulate
parallel:
matrix:
- P: 20
Expand All @@ -18,13 +18,14 @@ sim:insert_neutron:
- runner_system_failure

bench:insert_neutron:
stage: benchmarks
extends: .det_benchmark
stage: benchmarks
needs: ["sim:insert_neutron"]
script:
- snakemake --cores 1 results/epic_craterlake/insert_neutron

collect_results:insert_neutron:
extends: .det_benchmark
stage: collect
needs: ["bench:insert_neutron"]
script:
Expand Down
5 changes: 3 additions & 2 deletions benchmarks/zdc_lambda/config.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
sim:zdc_lambda:
stage: simulate
extends: .det_benchmark
stage: simulate
parallel:
matrix:
- P: 100
Expand All @@ -19,13 +19,14 @@ sim:zdc_lambda:
- runner_system_failure

bench:zdc_lambda:
stage: benchmarks
extends: .det_benchmark
stage: benchmarks
needs: ["sim:zdc_lambda"]
script:
- snakemake --cores 1 results/epic_zdc_sipm_on_tile_only/zdc_lambda

collect_results:zdc_lambda:
extends: .det_benchmark
stage: collect
needs: ["bench:zdc_lambda"]
script:
Expand Down
5 changes: 3 additions & 2 deletions benchmarks/zdc_photon/config.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
sim:zdc_photon:
stage: simulate
extends: .det_benchmark
stage: simulate
parallel:
matrix:
- P: 20
Expand All @@ -19,14 +19,15 @@ sim:zdc_photon:
- runner_system_failure

bench:zdc_photon:
stage: benchmarks
extends: .det_benchmark
stage: benchmarks
needs: ["sim:zdc_photon"]
script:
- 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

collect_results:zdc_photon:
extends: .det_benchmark
stage: collect
extends: .det_benchmark
needs: ["bench:zdc_photon"]
Expand Down
7 changes: 3 additions & 4 deletions benchmarks/zdc_pi0/config.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
sim:zdc_pi0:
stage: simulate
extends: .det_benchmark
stage: simulate
parallel:
matrix:
- P: 60
Expand All @@ -16,17 +16,16 @@ sim:zdc_pi0:
- runner_system_failure

bench:zdc_pi0:
stage: benchmarks

extends: .det_benchmark
stage: benchmarks
needs: ["sim:zdc_pi0"]
script:
- 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

collect_results:zdc_pi0:
stage: collect
extends: .det_benchmark
stage: collect
needs: ["bench:zdc_pi0"]
script:
- ls -al
5 changes: 3 additions & 2 deletions benchmarks/zdc_sigma/config.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
sim:zdc_sigma:
stage: simulate
extends: .det_benchmark
stage: simulate
parallel:
matrix:
- P: 100
Expand All @@ -19,13 +19,14 @@ sim:zdc_sigma:
- runner_system_failure

bench:zdc_sigma:
stage: benchmarks
extends: .det_benchmark
stage: benchmarks
needs: ["sim:zdc_sigma"]
script:
- snakemake --cores 1 results/epic_zdc_sipm_on_tile_only/zdc_sigma

collect_results:zdc_sigma:
extends: .det_benchmark
stage: collect
needs: ["bench:zdc_sigma"]
script:
Expand Down

0 comments on commit 8c7d0fd

Please sign in to comment.