Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
physics_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
physics_benchmarks
Merge requests
!132
Remove xenv references
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Remove xenv references
remove-xenv
into
master
Overview
0
Commits
1
Pipelines
0
Changes
7
Merged
Wouter Deconinck
requested to merge
remove-xenv
into
master
3 years ago
Overview
0
Commits
1
Pipelines
0
Changes
7
Expand
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
0cf20b50
1 commit,
3 years ago
7 files
+
2
−
10
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
7
Search (e.g. *.vue) (Ctrl+P)
benchmarks/dis/analysis-only.sh
+
2
−
4
Options
@@ -81,14 +81,12 @@ echo "Running Geant4 simulation"
## - JUGGLER_DETECTOR: detector package (part of global environment)
#export JUGGLER_SIM_FILE=${SIM_FILE}
#export JUGGLER_REC_FILE=${REC_FILE}
#xenv -x ${JUGGLER_INSTALL_PREFIX}/Juggler.xenv \
# gaudirun.py options/tracker_reconstruction.py
#gaudirun.py options/tracker_reconstruction.py
## on-error, first retry running juggler again as there is still a random
## crash we need to address FIXME
#if [ "$?" -ne "0" ] ; then
# echo "Juggler crashed, retrying..."
# xenv -x ${JUGGLER_INSTALL_PREFIX}/Juggler.xenv \
# gaudirun.py options/tracker_reconstruction.py \
# gaudirun.py options/tracker_reconstruction.py \
# 2>&1 > ${REC_LOG}
# if [ "$?" -ne "0" ] ; then
# echo "ERROR running juggler, both attempts failed"
Loading