Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
R
reconstruction_benchmarks
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
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
reconstruction_benchmarks
Merge requests
!180
Updated the final_results with tracking collects
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Updated the final_results with tracking collects
ci_artifacts
into
master
Overview
0
Commits
5
Pipelines
0
Changes
2
Merged
Whitney Armstrong
requested to merge
ci_artifacts
into
master
3 years ago
Overview
0
Commits
5
Pipelines
0
Changes
2
Expand
0
0
Merge request reports
Viewing commit
bf8ad3a5
Prev
Next
Show latest version
2 files
+
2
−
2
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
bf8ad3a5
modified: ../track_finding/multiple_tracks.sh
· bf8ad3a5
Whitney Armstrong
authored
3 years ago
modified: single_tracks.sh
benchmarks/track_finding/multiple_tracks.sh
+
1
−
1
Options
@@ -80,7 +80,7 @@ rootls -t ${JUGGLER_SIM_FILE}
if
[[
-z
"
${
ANALYSIS_ONLY
}
"
]]
;
then
# Need to figure out how to pass file name to juggler from the commandline
gaudirun.py benchmarks/tracking/options/track_reconstruction.py
xenv
-x
${
JUGGLER_INSTALL_PREFIX
}
/Juggler.xenv
gaudirun.py benchmarks/track
_find
ing/options/track_reconstruction.py
if
[[
"
$?
"
-ne
"0"
]]
;
then
echo
"ERROR running juggler"
exit
1
Loading