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
c62779e1
Commit
c62779e1
authored
3 years ago
by
Whitney Armstrong
Browse files
Options
Downloads
Patches
Plain Diff
Removed JUGGLER_DETECTOR_PATH
use DETECTOR PATH
parent
3b13cda3
No related branches found
No related tags found
1 merge request
!60
Removed JUGGLER_DETECTOR_PATH
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
benchmarks/timing/run_timing.sh
+4
-4
4 additions, 4 deletions
benchmarks/timing/run_timing.sh
with
4 additions
and
4 deletions
benchmarks/timing/run_timing.sh
+
4
−
4
View file @
c62779e1
...
...
@@ -60,17 +60,17 @@ if [[ ! -n "${JUGGLER_DETECTOR}" ]] ; then
export
JUGGLER_DETECTOR
=
"athena"
fi
if
[[
!
-n
"
${
JUGGLER_
DETECTOR_PATH
}
"
]]
;
then
export
JUGGLER_
DETECTOR_PATH
=
"/opt/detector/share/athena"
if
[[
!
-n
"
${
DETECTOR_PATH
}
"
]]
;
then
export
DETECTOR_PATH
=
"/opt/detector/share/athena"
fi
if
[[
!
-n
"
${
JUGGLER_INSTALL_PREFIX
}
"
]]
;
then
export
JUGGLER_INSTALL_PREFIX
=
"/usr/local"
fi
compact_path
=
${
JUGGLER_
DETECTOR_PATH
}
/
${
JUGGLER_DETECTOR
}
.xml
compact_path
=
${
DETECTOR_PATH
}
/
${
JUGGLER_DETECTOR
}
.xml
echo
"
JUGGLER_
DETECTOR_PATH =
${
JUGGLER_
DETECTOR_PATH
}
"
echo
"DETECTOR_PATH =
${
DETECTOR_PATH
}
"
echo
"JUGGLER_DETECTOR =
${
JUGGLER_DETECTOR
}
"
# Run geant4 simulations
...
...
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