Skip to content
Snippets Groups Projects

Restructure benchmarks

Closed Whitney Armstrong requested to merge restructure into master
1 file
+ 2
5
Compare changes
  • Side-by-side
  • Inline
+ 2
5
@@ -17,8 +17,8 @@ default:
@@ -17,8 +17,8 @@ default:
# - cd NPDet/build && cmake ../. -DCMAKE_INSTALL_PREFIX=/usr/local && make -j10 && make install
# - cd NPDet/build && cmake ../. -DCMAKE_INSTALL_PREFIX=/usr/local && make -j10 && make install
stages:
stages:
- data_init
- initialize
- initialize
 
- data_init
- simulate
- simulate
- benchmarks
- benchmarks
- deploy
- deploy
@@ -52,6 +52,7 @@ detector:
@@ -52,6 +52,7 @@ detector:
get_data:
get_data:
stage: data_init
stage: data_init
 
needs: ["detector"]
script:
script:
- git clone --depth=1 https://eicweb.phy.anl.gov/EIC/datasets.git datasets
- git clone --depth=1 https://eicweb.phy.anl.gov/EIC/datasets.git datasets
- ln -s datasets/data
- ln -s datasets/data
@@ -110,8 +111,6 @@ zdc_simulation:
@@ -110,8 +111,6 @@ zdc_simulation:
stage: simulate
stage: simulate
needs:
needs:
- ["get_data"]
- ["get_data"]
tags:
- silicon
script:
script:
- cp NPDet/src/detectors/calorimeters/compact/elements.xml ./.
- cp NPDet/src/detectors/calorimeters/compact/elements.xml ./.
- cp NPDet/src/detectors/calorimeters/compact/materials.xml ./.
- cp NPDet/src/detectors/calorimeters/compact/materials.xml ./.
@@ -157,8 +156,6 @@ crystal_emcal_simulation:
@@ -157,8 +156,6 @@ crystal_emcal_simulation:
crystal_benchmark:
crystal_benchmark:
stage: benchmarks
stage: benchmarks
tags:
- silicon
needs:
needs:
- ["crystal_emcal_simulation"]
- ["crystal_emcal_simulation"]
script:
script:
Loading