Back to home page

EIC code displayed by LXR

 
 

    


Warning, /detector_benchmarks/benchmarks/ecal_gaps/config.yml is written in an unsupported language. File is not indexed.

0001 sim:ecal_gaps:
0002   extends: .det_benchmark
0003   stage: simulate
0004   script:
0005     - mkdir -p $LOCAL_DATA_PATH/input
0006     - ln -s $LOCAL_DATA_PATH/input input
0007     - snakemake --cache --cores 10 ecal_gaps --omit-from ecal_gaps
0008 
0009 bench:ecal_gaps:
0010   extends: .det_benchmark
0011   stage: benchmarks
0012   needs:
0013     - ["sim:ecal_gaps"]
0014   script:
0015     - ln -s $LOCAL_DATA_PATH/input input
0016     - export PYTHONUSERBASE=$LOCAL_DATA_PATH/deps
0017     - pip install -r benchmarks/ecal_gaps/requirements.txt
0018     - snakemake --cores 8 ecal_gaps
0019 
0020 collect_results:ecal_gaps:
0021   extends: .det_benchmark
0022   stage: collect
0023   needs:
0024     - "bench:ecal_gaps"
0025   script:
0026     - ls -lrht
0027     - mv results{,_save}/ # move results directory out of the way to preserve it
0028     - snakemake --cores 1 --delete-all-output ecal_gaps
0029     - mv results{_save,}/