From bcd35f9b4c5af995de3468b756b49ecafaa3d149 Mon Sep 17 00:00:00 2001
From: Dmitry Kalinkin <dmitry.kalinkin@gmail.com>
Date: Sat, 29 Jun 2024 21:47:11 -0400
Subject: [PATCH] config.yml: sim_output is already populated in common_bench

---
 benchmarks/tracking_performances/config.yml | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/benchmarks/tracking_performances/config.yml b/benchmarks/tracking_performances/config.yml
index 0699983f..22290396 100644
--- a/benchmarks/tracking_performances/config.yml
+++ b/benchmarks/tracking_performances/config.yml
@@ -6,8 +6,6 @@ sim:tracking_performance:
       - PARTICLE: ["pi-"]
         MOMENTUM: ["500MeV", "1GeV", "2GeV", "5GeV", "10GeV", "15GeV"]
   script:
-    - mkdir -p $LOCAL_DATA_PATH/sim_output
-    - ln -s $LOCAL_DATA_PATH/sim_output sim_output
     - |
       snakemake --cores 1 \
         sim_output/tracking_performance/epic_craterlake_tracking_only/${PARTICLE}/${MOMENTUM}/3to50deg/${PARTICLE}_${MOMENTUM}_3to50deg.0000.eicrecon.tree.edm4eic.root \
@@ -20,7 +18,6 @@ bench:tracking_performance:
   needs:
     - ["sim:tracking_performance"]
   script:
-    - ln -s $LOCAL_DATA_PATH/sim_output sim_output
     - snakemake --cores 1 tracking_performance
 
 collect_results:tracking_performance:
-- 
GitLab