Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
detector_benchmarks
Manage
Activity
Members
Labels
Plan
Issues
21
Issue boards
Milestones
Wiki
Code
Merge requests
7
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
EIC
benchmarks
detector_benchmarks
Commits
bcd35f9b
Unverified
Commit
bcd35f9b
authored
8 months ago
by
Dmitry Kalinkin
Committed by
GitHub
8 months ago
Browse files
Options
Downloads
Patches
Plain Diff
config.yml: sim_output is already populated in common_bench
parent
399b4c9e
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#97110
failed with stages
in 1 hour, 9 minutes, and 48 seconds
Changes
1
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
benchmarks/tracking_performances/config.yml
+0
-3
0 additions, 3 deletions
benchmarks/tracking_performances/config.yml
with
0 additions
and
3 deletions
benchmarks/tracking_performances/config.yml
+
0
−
3
View file @
bcd35f9b
...
@@ -6,8 +6,6 @@ sim:tracking_performance:
...
@@ -6,8 +6,6 @@ sim:tracking_performance:
-
PARTICLE
:
[
"
pi-"
]
-
PARTICLE
:
[
"
pi-"
]
MOMENTUM
:
[
"
500MeV"
,
"
1GeV"
,
"
2GeV"
,
"
5GeV"
,
"
10GeV"
,
"
15GeV"
]
MOMENTUM
:
[
"
500MeV"
,
"
1GeV"
,
"
2GeV"
,
"
5GeV"
,
"
10GeV"
,
"
15GeV"
]
script
:
script
:
-
mkdir -p $LOCAL_DATA_PATH/sim_output
-
ln -s $LOCAL_DATA_PATH/sim_output sim_output
-
|
-
|
snakemake --cores 1 \
snakemake --cores 1 \
sim_output/tracking_performance/epic_craterlake_tracking_only/${PARTICLE}/${MOMENTUM}/3to50deg/${PARTICLE}_${MOMENTUM}_3to50deg.0000.eicrecon.tree.edm4eic.root \
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:
...
@@ -20,7 +18,6 @@ bench:tracking_performance:
needs
:
needs
:
-
[
"
sim:tracking_performance"
]
-
[
"
sim:tracking_performance"
]
script
:
script
:
-
ln -s $LOCAL_DATA_PATH/sim_output sim_output
-
snakemake --cores 1 tracking_performance
-
snakemake --cores 1 tracking_performance
collect_results:tracking_performance
:
collect_results:tracking_performance
:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment