Skip to content
Snippets Groups Projects
Commit 35eede8f authored by Wouter Deconinck's avatar Wouter Deconinck
Browse files

feat: let gitlab parallel drive multi-node snakemake

parent 417e9545
No related tags found
1 merge request!169feat: let gitlab parallel drive multi-node snakemake
......@@ -11,11 +11,12 @@ bench:ecal_gaps:
stage: benchmarks
needs:
- ["sim:ecal_gaps"]
parallel: 8
script:
- ln -s $LOCAL_DATA_PATH/input input
- export PYTHONUSERBASE=$LOCAL_DATA_PATH/deps
- pip install -r benchmarks/ecal_gaps/requirements.txt
- snakemake $SNAKEMAKE_FLAGS --cores 8 results/epic_inner_detector/ecal_gaps
- snakemake $SNAKEMAKE_FLAGS --cores 1 --batch results/epic_inner_detector/ecal_gaps=$CI_NODE_INDEX/$CI_NODE_TOTAL
collect_results:ecal_gaps:
extends: .det_benchmark
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment